On 1/31/2010 4:26 PM, Tim Delaney wrote:


The pyc/pyo files are just an optimisation detail, and are essentially
temporary.

The .pycs for /Lib and similar are*not* temporarily in the sense you are using. They are effectively permanent for as long as the version is installed. They should *not* be routinely trashed as they are not obsolete and nearly always will be reused.

Terry Jan Reedy

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

Reply via email to