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 brett.cannon
Recipients barry, brett.cannon, eric.snow, gregory.p.smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-04-01.16:02:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427904157.44.0.104410708363.issue23731@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that implements PEP 488 **except** for Windows installer stuff. I don't think the Windows changes need to block this patch going in, but I will need someone on Windows to help fix up PC/, PCbuild/, Tools/msi, Lib/distutils/command/bdist_msi.py, and Lib/distutils/command/bdist_wininst.py (if you just search for [pyo] you will find what needs an update).

Otherwise if someone wants to give the patch a review you can feel free, else I will commit it at PyCon (do be aware that if you run tests under -O and -OO there are several failures that have nothing to do with this patch).
History
Date User Action Args
2015-04-01 16:02:37brett.cannonsetrecipients: + brett.cannon, barry, gregory.p.smith, paul.moore, tim.golden, eric.snow, zach.ware, steve.dower
2015-04-01 16:02:37brett.cannonsetmessageid: <1427904157.44.0.104410708363.issue23731@psf.upfronthosting.co.za>
2015-04-01 16:02:37brett.cannonlinkissue23731 messages
2015-04-01 16:02:37brett.cannoncreate