Message116312
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. |
|
| Date |
User |
Action |
Args |
| 2010-09-13 15:16:02 | barry | set | recipients:
+ barry, loewis, brett.cannon, ajaksu2, abadger1999, eric.araujo |
| 2010-09-13 15:16:01 | barry | set | messageid: <1284390961.77.0.176193651256.issue1538778@psf.upfronthosting.co.za> |
| 2010-09-13 15:16:00 | barry | link | issue1538778 messages |
| 2010-09-13 15:15:59 | barry | create | |
|