[Python-Dev] disable writing .py[co]

Skip Montanaro skip@pobox.com
Sat, 1 Feb 2003 13:19:07 -0600


    Christopher> Personally I would like to see py have the ability to *not*
    Christopher> generate .pyc files.  99% of the time generation of .pyc
    Christopher> doesn't make much difference to me, but there are times
    Christopher> where you simply cannot generate them.  For example . . .

See PEP 304.  That's one of the options.

Skip