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 belopolsky, ncoghlan
Date 2008-12-03.20:49:28
SpamBayes Score 0.0045696357
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
runpy needs a non-standard PEP 302 extension to set __file__ correctly
in the modules it runs. The pkgutil stuff it uses to find pure Python
modules in the filesystem supports that extension, but zipimport doesn't
(yet).
History
Date User Action Args
2008-12-03 20:49:30ncoghlansetrecipients: + ncoghlan, belopolsky
2008-12-03 20:49:29ncoghlansetmessageid: <[email protected]>
2008-12-03 20:49:29ncoghlanlinkissue4197 messages
2008-12-03 20:49:28ncoghlancreate