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 BreamoreBoy, JohnLeitch, belopolsky, brycedarling, eryksun, georg.brandl, larry, lemburg, paul.moore, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-06.05:26:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441517160.47.0.250981319513.issue24917@psf.upfronthosting.co.za>
In-reply-to
Content
I'll fix the PEP 7 stuff (mostly inherited).

MSVC can also handle '%#' and '%' as format strings (producing '' in both cases). If that matches libc behaviour, I see no reason to raise a ValueError here apart from consistency with previous Python releases.

If consistency with system C libraries is preferred, then I'll change the condition to simply break out of the loop and make the test call the function expecting success. I assume there's an AIX buildbot we can watch to see the impact on that part?
History
Date User Action Args
2015-09-06 05:26:00steve.dowersetrecipients: + steve.dower, lemburg, georg.brandl, paul.moore, belopolsky, vstinner, larry, tim.golden, BreamoreBoy, python-dev, zach.ware, eryksun, JohnLeitch, brycedarling
2015-09-06 05:26:00steve.dowersetmessageid: <1441517160.47.0.250981319513.issue24917@psf.upfronthosting.co.za>
2015-09-06 05:26:00steve.dowerlinkissue24917 messages
2015-09-06 05:26:00steve.dowercreate