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 benjamin.peterson, christian.heimes, ncoghlan
Date 2008-11-20.22:16:22
SpamBayes Score 2.2288812e-06
Marked as misclassified No
Message-id <1227219383.69.0.198004625405.issue4082@psf.upfronthosting.co.za>
In-reply-to
Content
That does remind me of another problem though - __main__.__file__ isn't
currently set correctly when runpy picks up the module to run from
inside a zipfile (zipimporter doesn't support runpy/pkgutil's
non-standard get_filename() extension to the PEP 302 importer API)
History
Date User Action Args
2008-11-20 22:16:23ncoghlansetrecipients: + ncoghlan, christian.heimes, benjamin.peterson
2008-11-20 22:16:23ncoghlansetmessageid: <1227219383.69.0.198004625405.issue4082@psf.upfronthosting.co.za>
2008-11-20 22:16:22ncoghlanlinkissue4082 messages
2008-11-20 22:16:22ncoghlancreate