]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make sure that no __pycache__ directory is needlessly left behind when testing
authorBrett Cannon <bcannon@gmail.com>
Sun, 22 Aug 2010 22:11:06 +0000 (22:11 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 22 Aug 2010 22:11:06 +0000 (22:11 +0000)
commit186335bd5cbe839348922aef3661e17247def27b
tree3369e196f91c862d2ad3f67bbcb45678c20581f8
parent0723d2c78d077232d3d019c78e397f5fcb7a159b
Make sure that no __pycache__ directory is needlessly left behind when testing
imports with an empty string in sys.path.
Lib/importlib/test/source/test_file_loader.py