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 ncoghlan
Recipients Arfrever, Ramchandra Apte, berker.peksag, brett.cannon, cheryl.sabella, docs@python, eli.bendersky, ezio.melotti, fijall, martin.panter, ncoghlan, pitrou, terry.reedy, vstinner
Date 2018-02-23.02:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519351201.29.0.467229070634.issue17232@psf.upfronthosting.co.za>
In-reply-to
Content
We don't change the extension on optimised pyc files any more, we add an optimisation marker to the name without changing the file extension: https://www.python.org/dev/peps/pep-0488/

(This means `-O` and `-OO` don't tread on each other any more)
History
Date User Action Args
2018-02-23 02:00:01ncoghlansetrecipients: + ncoghlan, brett.cannon, terry.reedy, pitrou, vstinner, ezio.melotti, Arfrever, eli.bendersky, docs@python, fijall, Ramchandra Apte, berker.peksag, martin.panter, cheryl.sabella
2018-02-23 02:00:01ncoghlansetmessageid: <1519351201.29.0.467229070634.issue17232@psf.upfronthosting.co.za>
2018-02-23 02:00:01ncoghlanlinkissue17232 messages
2018-02-23 02:00:00ncoghlancreate