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 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:26ncoghlansetrecipients: + ncoghlan, brett.cannon, amaury.forgeotdarc, Arfrever, r.david.murray, asvetlov, docs@python, eric.snow, eudoxos
2012-11-29 15:15:26ncoghlansetmessageid: <1354202126.49.0.752407171448.issue16421@psf.upfronthosting.co.za>
2012-11-29 15:15:26ncoghlanlinkissue16421 messages
2012-11-29 15:15:26ncoghlancreate