[Distutils] No support for .pyo files

Greg Kochanski gpk@bell-labs.com
Mon May 14 10:43:00 2001


Python has a -O flag that turns on some compiler
optimizations.  Python then looks for (and produces)
.pyo files instead of .pyc files.

Distutils doesn't seem to provide any support for this.
What can be done?