commit | f6901c8baad21cee69832bf07c76782cd80983c8 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Nov 01 10:37:57 2013 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Nov 01 10:37:57 2013 -0400 |
tree | a1f133c280109a6e48e6f140d4443f99bcb44315 | |
parent | 2be28a698490b507ac1b903d0a09d21703580f55 [diff] |
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.