]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes issue 15039: namespace packages are no longer imported in preference to modules...
authorEric V. Smith <eric@trueblade.com>
Sun, 24 Jun 2012 23:13:55 +0000 (19:13 -0400)
committerEric V. Smith <eric@trueblade.com>
Sun, 24 Jun 2012 23:13:55 +0000 (19:13 -0400)
commite51a36922ffcce8c5e45cc88dc95a9d33ead0f11
tree77a4d11d13469e4aed6530c841252d98819ef198
parente6bdc8f2dd0d8cb495e61d08f1db9e0e19c03b1d
Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name.
Lib/importlib/_bootstrap.py
Lib/importlib/test/source/test_finder.py
Lib/test/namespace_pkgs/module_and_file/a_test.py [new file with mode: 0644]
Lib/test/namespace_pkgs/module_and_file/a_test/empty [new file with mode: 0644]
Lib/test/test_namespace_pkgs.py
Makefile.pre.in
Python/importlib.h