]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19712: Update test.test_importlib.import_ to test/use PEP 451
authorBrett Cannon <brett@python.org>
Fri, 6 Dec 2013 17:07:25 +0000 (12:07 -0500)
committerBrett Cannon <brett@python.org>
Fri, 6 Dec 2013 17:07:25 +0000 (12:07 -0500)
commit86aae6a7b3b863529b6cce64859c0f56c7963bc0
tree08235d86bcf078592b2e14a3231ec1c5db60b3a1
parent010ff584bc2f6311ead82221a4e2072c7f31bad3
Issue #19712: Update test.test_importlib.import_ to test/use PEP 451
where appropriate.
Lib/test/test_importlib/import_/test___package__.py
Lib/test/test_importlib/import_/test_caching.py
Lib/test/test_importlib/import_/test_fromlist.py
Lib/test/test_importlib/import_/test_meta_path.py
Lib/test/test_importlib/import_/test_packages.py
Lib/test/test_importlib/import_/test_path.py
Lib/test/test_importlib/import_/test_relative_imports.py
Lib/test/test_importlib/util.py