Guido van Rossum wrote:
I think this would be a mistake by default --
> being able to read the
source *easily* (i.e. without any specific tools) is part of Python's
success.

For startup and import speed (and self-contained distributions),
do not we only need a zip of the .pyc files?
Not having those around would make browsing the .py files easier.
Could tracebacks be make to still work then?

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to