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.06:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441519540.51.0.500477243216.issue24917@psf.upfronthosting.co.za>
In-reply-to
Content
I have convinced myself that disallowing trailing % marks on all platforms is the right thing to do.  Whether or not the underlying platform tolerates it, it is never *valid* input to strftime.

I have a patch incubating at home.  I'll put it up for review when I get back, maybe an hour.
History
Date User Action Args
2015-09-06 06:05:40larrysetrecipients: + larry, lemburg, georg.brandl, paul.moore, belopolsky, vstinner, tim.golden, BreamoreBoy, python-dev, zach.ware, eryksun, steve.dower, JohnLeitch, brycedarling
2015-09-06 06:05:40larrysetmessageid: <1441519540.51.0.500477243216.issue24917@psf.upfronthosting.co.za>
2015-09-06 06:05:40larrylinkissue24917 messages
2015-09-06 06:05:40larrycreate