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 brett.cannon
Recipients brett.cannon, eric.snow, python-dev
Date 2013-10-19.13:59:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382191188.64.0.141163567888.issue18810@psf.upfronthosting.co.za>
In-reply-to
Content
Nick pointed out that the change to FileFinder is possibly going to break subclasses since the os module code doesn't treat '' as the cwd (which is unfortunate) and so people may have been relying on that never being the case. Really shouldn't matter all that much to the typical import though since PathFinder will still pass the full directory down to FileFinder.
History
Date User Action Args
2013-10-19 13:59:48brett.cannonsetrecipients: + brett.cannon, python-dev, eric.snow
2013-10-19 13:59:48brett.cannonsetmessageid: <1382191188.64.0.141163567888.issue18810@psf.upfronthosting.co.za>
2013-10-19 13:59:48brett.cannonlinkissue18810 messages
2013-10-19 13:59:48brett.cannoncreate