Message76837
| Author | ncoghlan |
|---|---|
| Recipients | belopolsky, ncoghlan |
| Date | 2008-12-03.20:49:28 |
| SpamBayes Score | 0.0045696357 |
| Marked as misclassified | No |
| Message-id | <1228337369.88.0.669264907539.issue4197@psf.upfronthosting.co.za> |
| 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: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 | |