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 LordBlick
Recipients LordBlick, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2015-07-20.11:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437392677.81.0.589821732424.issue24670@psf.upfronthosting.co.za>
In-reply-to
Content
If so, then should be internally __file__ edit by zipimport and/or os.cwd?
It's simple string in <file>.__dict__['__file__']…
Is exist some class representing internal file? Then any cwd operation should be wraped by it.
History
Date User Action Args
2015-07-20 11:44:37LordBlicksetrecipients: + LordBlick, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka
2015-07-20 11:44:37LordBlicksetmessageid: <1437392677.81.0.589821732424.issue24670@psf.upfronthosting.co.za>
2015-07-20 11:44:37LordBlicklinkissue24670 messages
2015-07-20 11:44:37LordBlickcreate