]> granicus.if.org Git - python/commit
Issue #19410: Put back in special-casing of '' for
authorBrett Cannon <brett@python.org>
Fri, 1 Nov 2013 14:37:57 +0000 (10:37 -0400)
committerBrett Cannon <brett@python.org>
Fri, 1 Nov 2013 14:37:57 +0000 (10:37 -0400)
commitf6901c8baad21cee69832bf07c76782cd80983c8
treea1f133c280109a6e48e6f140d4443f99bcb44315
parent2be28a698490b507ac1b903d0a09d21703580f55
Issue #19410: Put back in special-casing of '' for
importlib.machinery.FileFinder.

While originally moved to stop special-casing '' as PathFinder farther
up the typical call chain now uses the cwd in the instance of '', it
was deemed an unnecessary risk to breaking subclasses of FileFinder to
take the special-casing out.
Doc/library/importlib.rst
Doc/whatsnew/3.4.rst
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/importlib.h