Message76859
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. |
|
| Date |
User |
Action |
Args |
| 2008-12-04 00:43:20 | belopolsky | set | recipients:
+ belopolsky |
| 2008-12-04 00:43:20 | belopolsky | set | messageid: <[email protected]> |
| 2008-12-04 00:43:19 | belopolsky | link | issue4512 messages |
| 2008-12-04 00:43:18 | belopolsky | create | |
|