Steve Dower added the comment:

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.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23731>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to