[mod_python] pyo?

Leonid Timochouk L.A.Timochouk at ukc.ac.uk
Tue Mar 5 12:09:45 EST 2002


That is a Python byte-code file if compiled with optimisation.
If you run a command like

python -O some_file.py

it will produce "some_file.pyo" byte-code file instead of "some_file.pyc".

Leonid Timochouk
University of Kent at Canterbury




More information about the Mod_python mailing list