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 steve.dower
Recipients barry, brett.cannon, eric.snow, gregory.p.smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-04-01.18:41:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427913700.88.0.165221164747.issue23731@psf.upfronthosting.co.za>
In-reply-to
Content
I don't actually see any essential changes. The bdist_wininst and bdist_msi changes are just for usage help, and presumably they'll go from "do not compile .py to .pyo (optimized)" to "do not compile .py to optimized .pyc".

I'd prefer to leave the .pyo file association in the installer, since it will affect previous installations.

The only change I see in PC/ is PC/getpathp.c, which is just removing a condition on "o" vs "c", and I don't see anything in PCBuild/ that really needs fixing. (Removing the cleanup code is unnecessary and leaving it in may help make sure the buildbots clean up any old .pyo files after we stop creating them.)
History
Date User Action Args
2015-04-01 18:41:40steve.dowersetrecipients: + steve.dower, barry, brett.cannon, gregory.p.smith, paul.moore, tim.golden, eric.snow, zach.ware
2015-04-01 18:41:40steve.dowersetmessageid: <1427913700.88.0.165221164747.issue23731@psf.upfronthosting.co.za>
2015-04-01 18:41:40steve.dowerlinkissue23731 messages
2015-04-01 18:41:40steve.dowercreate