]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added test framework for handling module renames.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 07:06:04 +0000 (07:06 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 07:06:04 +0000 (07:06 +0000)
commiteb83f70586d6fc7ac1526c823a0567a22477ebdd
tree3b52aafe629225613c8c678a0da6beabf7b1a6f9
parent605a0c6f7f4e91b0a42d20b3aef4b6df75dce06f
Added test framework for handling module renames.
Factored the import guard in test_py3kwarn.TestStdlibRemovals into
a context manager, namely test_support.CleanImport.
Lib/test/test_py3kwarn.py
Lib/test/test_support.py