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 madison.may
Recipients Arfrever, brett.cannon, madison.may, ncoghlan, ronaldoussoren
Date 2013-08-06.16:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375805266.28.0.128618982976.issue18416@psf.upfronthosting.co.za>
In-reply-to
Content
A few days ago I tried the change: ``self.path = path or _os.cwd()``, but the problem didn't seem to resolve itself.  

``./python -c "import blah; print(blah.__file__)`` still returned a relative path on my system. The tie between FileFinder and the __file__ attribute isn't yet obvious to me.  

I'm traveling for the next few days but I'll probably give it a second look when I get some free time.
History
Date User Action Args
2013-08-06 16:07:46madison.maysetrecipients: + madison.may, brett.cannon, ronaldoussoren, ncoghlan, Arfrever
2013-08-06 16:07:46madison.maysetmessageid: <1375805266.28.0.128618982976.issue18416@psf.upfronthosting.co.za>
2013-08-06 16:07:46madison.maylinkissue18416 messages
2013-08-06 16:07:45madison.maycreate