]> granicus.if.org Git - python/commit
Change importlib.machinery.PathFinder to not have implicit semantics (that's
authorBrett Cannon <bcannon@gmail.com>
Sun, 15 Feb 2009 05:48:13 +0000 (05:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 15 Feb 2009 05:48:13 +0000 (05:48 +0000)
commit32732e3fbd67f543ad6591fa6cc0437b43684aa7
tree3ef81ad9e3c94d480c7c5b7e35837b6a9d0777f5
parent4b4a4a59227c35d5756e21dc4ece33974868dbca
Change importlib.machinery.PathFinder to not have implicit semantics (that's
not handled by importlib._bootstrap._DefaultPathFinder).
Lib/importlib/_bootstrap.py
Lib/importlib/test/import_/test_path.py
Lib/importlib/test/import_/util.py