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 belopolsky
Recipients belopolsky
Date 2008-12-04.00:43:18
SpamBayes Score 0.0008671852
Marked as misclassified No
Message-id <1228351400.39.0.42212643126.issue4512@psf.upfronthosting.co.za>
In-reply-to
Content
From issue4197:

"""
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).
"""  -- Nick Coghlan

I am working on a patch.
History
Date User Action Args
2008-12-04 00:43:20belopolskysetrecipients: + belopolsky
2008-12-04 00:43:20belopolskysetmessageid: <1228351400.39.0.42212643126.issue4512@psf.upfronthosting.co.za>
2008-12-04 00:43:19belopolskylinkissue4512 messages
2008-12-04 00:43:18belopolskycreate