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 Arfrever
Recipients Arfrever, a.badger, abadger1999, ajaksu2, barry, brett.cannon, eric.araujo, loewis
Date 2010-09-13.16:23:00
SpamBayes Score 0.037568506
Marked as misclassified No
Message-id <1284394982.34.0.947265607538.issue1538778@psf.upfronthosting.co.za>
In-reply-to
Content
compileall module supports -f (force) option, so you can use:
python3.2 -O -m compileall -f ${files}
History
Date User Action Args
2010-09-13 16:23:02Arfreversetrecipients: + Arfrever, loewis, barry, brett.cannon, ajaksu2, abadger1999, eric.araujo, a.badger
2010-09-13 16:23:02Arfreversetmessageid: <1284394982.34.0.947265607538.issue1538778@psf.upfronthosting.co.za>
2010-09-13 16:23:00Arfreverlinkissue1538778 messages
2010-09-13 16:23:00Arfrevercreate