[Python-ideas] disabling .pyc and .pyo files

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Dec 8 23:24:15 CET 2009


John Arbash Meinel wrote:

> Whatever flag is available, though, I'm sure py2exe could be taught to
> pass it.

I'm a bit worried about the idea of adding a flag that is
required to turn on functionality that was previously
available without any flag. It could make things awkward
for launcher scripts that are agnostic about the exact
version of Python being used.

-- 
Greg



More information about the Python-ideas mailing list