This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients abadger1999, ajaksu2, barry, brett.cannon, eric.araujo, loewis
Date 2010-09-13.15:15:59
SpamBayes Score 7.8157995e-05
Marked as misclassified No
Message-id <1284390961.77.0.176193651256.issue1538778@psf.upfronthosting.co.za>
In-reply-to
Content
How is this different than overwriting pyc files, except that there's probably less of a use case for pycs?  IOW, if we were to do something about this, it should probably be an option to ignore any existing pyc (or pyo if -O is used) files and write new ones.  It *could* be a command line switch, but honestly I think "find ... -exec rm {}" is just as good.

I'd probably prefer adding a switch to Lib/py_compile's main to remove pyo/pyc's first or some such, but I'd still be -0 on supporting this directly in Python.
History
Date User Action Args
2010-09-13 15:16:02barrysetrecipients: + barry, loewis, brett.cannon, ajaksu2, abadger1999, eric.araujo
2010-09-13 15:16:01barrysetmessageid: <1284390961.77.0.176193651256.issue1538778@psf.upfronthosting.co.za>
2010-09-13 15:16:00barrylinkissue1538778 messages
2010-09-13 15:15:59barrycreate