mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #23804: Merge spelling and NEWS fixes from 3.5
This commit is contained in:
commit
702f4f5d6f
11 changed files with 22 additions and 16 deletions
|
|
@ -242,7 +242,7 @@ class BuildExtTestCase(TempdirManager,
|
|||
self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts)
|
||||
|
||||
# second element of each tuple in 'ext_modules'
|
||||
# must be a ary (build info)
|
||||
# must be a dictionary (build info)
|
||||
exts = [('foo.bar', '')]
|
||||
self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue