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 larry
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.22:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441577044.05.0.667407237386.issue24917@psf.upfronthosting.co.za>
In-reply-to
Content
Having slept on it, I agree with Steve.  We should make the minimal change necessary in order to not crash.

However, it still needs a regression test.  The test can use JohnLeitch's proposed test as a good starting point, but it must accept either success or ValueError as passing the test.

I still think there's merit in detecting a trailing unquoted % at the end of the format string, but that would only be appropriate for 3.6 at this point.
History
Date User Action Args
2015-09-06 22:04:04larrysetrecipients: + larry, lemburg, georg.brandl, paul.moore, belopolsky, vstinner, tim.golden, BreamoreBoy, python-dev, zach.ware, eryksun, steve.dower, JohnLeitch, brycedarling
2015-09-06 22:04:04larrysetmessageid: <1441577044.05.0.667407237386.issue24917@psf.upfronthosting.co.za>
2015-09-06 22:04:04larrylinkissue24917 messages
2015-09-06 22:04:03larrycreate