]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11049: fix test_forget to work on installed Python, by using a temporary modul...
authorEli Bendersky <eliben@gmail.com>
Tue, 2 Aug 2011 03:24:31 +0000 (06:24 +0300)
committerEli Bendersky <eliben@gmail.com>
Tue, 2 Aug 2011 03:24:31 +0000 (06:24 +0300)
commit8db645f72283c3a1d482210b43bfb774a2cbf2b3
treef93504492253e08d37b79a7d66fcbff4ea7404d9
parentd9c665b60e655533ecdb38a443a801b0d2e6f324
Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget
Lib/test/test_support.py