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 mgorny
Recipients Arfrever, brett.cannon, dstufft, eric.araujo, mgorny, ned.deily
Date 2016-06-05.18:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465151585.94.0.15604142493.issue27226@psf.upfronthosting.co.za>
In-reply-to
Content
Brett, .pyc was controlled by --compile and .pyo by --optimize (either 1 or 2). Technically only two variants could be used simultaneously, and distutils accounted for that.

Now you have .pyc + .opt-1.pyc + .opt-2.pyc, so three variants instead of two.
History
Date User Action Args
2016-06-05 18:33:05mgornysetrecipients: + mgorny, brett.cannon, ned.deily, eric.araujo, Arfrever, dstufft
2016-06-05 18:33:05mgornysetmessageid: <1465151585.94.0.15604142493.issue27226@psf.upfronthosting.co.za>
2016-06-05 18:33:05mgornylinkissue27226 messages
2016-06-05 18:33:05mgornycreate