Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16421>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to