[issue19410] Restore empty string special casing in importlib.machinery.FileFinder

2013-11-01 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue19410] Restore empty string special casing in importlib.machinery.FileFinder

2013-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 17d730d37b2f by Brett Cannon in branch 'default': Issue #19410: Put back in special-casing of '' for http://hg.python.org/cpython/rev/17d730d37b2f -- nosy: +python-dev ___ Python tracker

[issue19410] Restore empty string special casing in importlib.machinery.FileFinder

2013-10-28 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19410] Restore empty string special casing in importlib.machinery.FileFinder

2013-10-28 Thread Brett Cannon
Brett Cannon added the comment: Changeset #76184b5339f2 contains the commit Nick is referring to. -- ___ Python tracker ___ ___ Python

[issue19410] Restore empty string special casing in importlib.machinery.FileFinder

2013-10-28 Thread Nick Coghlan
Nick Coghlan added the comment: The PathFinder change is fine, this is about restoring the previous FileFinder behaviour. -- ___ Python tracker ___ __

[issue19410] Restore empty string special casing in importlib.machinery.FileFinder

2013-10-28 Thread Brett Cannon
Brett Cannon added the comment: Do you actually mean PathFinder or FileFinder (I'm fairly certain you mean the latter). -- ___ Python tracker ___ ___

[issue19410] Restore empty string special casing in importlib.machinery.FileFinder

2013-10-26 Thread Nick Coghlan
New submission from Nick Coghlan: As noted on python-dev, while changing PathFinder to expand the empty string to the current working directory is a good idea, removing the '' special case handling in FileFinder may break subclasses and other custom metapath hooks that expect the current behav