Message239835
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.) |
|
Date |
User |
Action |
Args |
2015-04-01 18:41:40 | steve.dower | set | recipients:
+ steve.dower, barry, brett.cannon, gregory.p.smith, paul.moore, tim.golden, eric.snow, zach.ware |
2015-04-01 18:41:40 | steve.dower | set | messageid: <1427913700.88.0.165221164747.issue23731@psf.upfronthosting.co.za> |
2015-04-01 18:41:40 | steve.dower | link | issue23731 messages |
2015-04-01 18:41:40 | steve.dower | create | |
|