This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients brett.cannon, larry, ncoghlan
Date 2013-10-26.15:38:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382801910.68.0.88492101144.issue19410@psf.upfronthosting.co.za>
In-reply-to
Content
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 behaviour.

Just creating this to make sure it is resolved before 3.4 is released (it is simply a matter of reverting a patch, since we want to keep *most* of the change that implemented absolute paths in __file__ attributes, just not all of it)
History
Date User Action Args
2013-10-26 15:38:30ncoghlansetrecipients: + ncoghlan, brett.cannon, larry
2013-10-26 15:38:30ncoghlansetmessageid: <1382801910.68.0.88492101144.issue19410@psf.upfronthosting.co.za>
2013-10-26 15:38:30ncoghlanlinkissue19410 messages
2013-10-26 15:38:30ncoghlancreate