Message 176654 - Python tracker
Message176654
| Author | ncoghlan |
|---|---|
| Recipients | Arfrever, amaury.forgeotdarc, asvetlov, brett.cannon, docs@python, eric.snow, eudoxos, ncoghlan, r.david.murray |
| Date | 2012-11-29.15:15:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1354202126.49.0.752407171448.issue16421@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
One nice feature of this is the potential to simplify single-file distribution - pack your application into a zip file, and only need to extract a single shared library for *all* your extension modules, which could be handled via a utility function called in __main__.py rather than needing to be built into the interpreter. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-29 15:15:26 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, amaury.forgeotdarc, Arfrever, r.david.murray, asvetlov, docs@python, eric.snow, eudoxos |
| 2012-11-29 15:15:26 | ncoghlan | set | messageid: <1354202126.49.0.752407171448.issue16421@psf.upfronthosting.co.za> |
| 2012-11-29 15:15:26 | ncoghlan | link | issue16421 messages |
| 2012-11-29 15:15:26 | ncoghlan | create | |