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 pitrou
Recipients Ramchandra Apte, brett.cannon, docs@python, eli.bendersky, fijall, ncoghlan, pitrou, terry.reedy
Date 2013-03-12.20:17:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363119457.56.0.378806683531.issue17232@psf.upfronthosting.co.za>
In-reply-to
Content
There's a typo in your patch:

+-O     : remove assert and __debug__-dependent statements; change .py\n\
+         to .pyo; also PYTHONOPTIMIZE=x\n\

should say ".pyc", not ".py".
History
Date User Action Args
2013-03-12 20:17:37pitrousetrecipients: + pitrou, brett.cannon, terry.reedy, ncoghlan, eli.bendersky, docs@python, fijall, Ramchandra Apte
2013-03-12 20:17:37pitrousetmessageid: <1363119457.56.0.378806683531.issue17232@psf.upfronthosting.co.za>
2013-03-12 20:17:37pitroulinkissue17232 messages
2013-03-12 20:17:37pitroucreate