On Dec 12, 2005, at 10:02 AM, Zhi Peng wrote:

> What was the .pyo file on Mac. Could anyone tell me how to make  
> a .pyo file from .py file? Thanks.

.pyo files are generated by the Python interpreter when passed the  
optimize flag.  They're the same thing as .pyc, just stripped of  
docstrings.

-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to