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 Arfrever, brett.cannon, ncoghlan, ronaldoussoren
Date 2013-07-10.18:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373482067.19.0.85135155571.issue18416@psf.upfronthosting.co.za>
In-reply-to
Content
That's exactly why it currently happens. What I would do is change importlib to just associate '' with os.getcwd() in FileFinder. That locks down where the module was found to an absolute path while still allowing '' to function as the cwd and be dynamically calculated.
History
Date User Action Args
2013-07-10 18:47:47brett.cannonsetrecipients: + brett.cannon, ronaldoussoren, ncoghlan, Arfrever
2013-07-10 18:47:47brett.cannonsetmessageid: <1373482067.19.0.85135155571.issue18416@psf.upfronthosting.co.za>
2013-07-10 18:47:47brett.cannonlinkissue18416 messages
2013-07-10 18:47:46brett.cannoncreate