Message76837
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). |
|
| Date |
User |
Action |
Args |
| 2008-12-03 20:49:30 | ncoghlan | set | recipients:
+ ncoghlan, belopolsky |
| 2008-12-03 20:49:29 | ncoghlan | set | messageid: <1228337369.88.0.669264907539.issue4197@psf.upfronthosting.co.za> |
| 2008-12-03 20:49:29 | ncoghlan | link | issue4197 messages |
| 2008-12-03 20:49:28 | ncoghlan | create | |
|