[Python-Dev] disable writing .py[co]
Guido van Rossum
guido@python.org
Tue, 21 Jan 2003 20:50:29 -0500
> Guido van Rossum <guido@python.org> writes:
>
> > What's the problem with compiling mm_cfg.py or site.py? As long as
> > you don't delete the .py file, the .pyc file acts only as a cache. I
> > see no need to avoid compilation.
>
> If you change the configuration file, Python will try to regenerate
> the .pyc file. This is a problem for people who don't want pyc files
> written at program execution time.
Ok, but weren't we going to give those people an explicit option?
--Guido van Rossum (home page: http://www.python.org/~guido/)