mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Typo
This commit is contained in:
parent
21164ce8f1
commit
97133720fc
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class ReloadTests(unittest.TestCase):
|
|||
reload()."""
|
||||
|
||||
def test_source(self):
|
||||
# XXX (ncoghlan): It would be nice to use test_support.CleanImport
|
||||
# XXX (ncoghlan): It would be nice to use test.support.CleanImport
|
||||
# here, but that breaks because the os module registers some
|
||||
# handlers in copy_reg on import. Since CleanImport doesn't
|
||||
# revert that registration, the module is left in a broken
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue