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 r.david.murray
Recipients georg.brandl, mishok13, pitrou, r.david.murray
Date 2009-03-29.17:18:21
SpamBayes Score 7.273448e-08
Marked as misclassified No
Message-id <1238347106.54.0.281194598269.issue2522@psf.upfronthosting.co.za>
In-reply-to
Content
It occured to me last night that it could be checked using a regular
expression, and indeed the locale module already has a regular
expression that matches percent codes.  I've uploaded a patch that uses
this regex to fix this issue.  I've removed 2.6 and 3.0 as this change
could break existing code that is misusing format.

I added georg.brandl to the nosy list since svn blame shows him as the
author of the code being modified.
History
Date User Action Args
2009-03-29 17:18:26r.david.murraysetrecipients: + r.david.murray, georg.brandl, pitrou, mishok13
2009-03-29 17:18:26r.david.murraysetmessageid: <1238347106.54.0.281194598269.issue2522@psf.upfronthosting.co.za>
2009-03-29 17:18:24r.david.murraylinkissue2522 messages
2009-03-29 17:18:24r.david.murraycreate