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 christoph, r.david.murray
Date 2009-08-11.08:05:39
SpamBayes Score 1.9082092e-06
Marked as misclassified No
Message-id <1249977942.64.0.211195846532.issue6656@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch against trunk that fixes both the mapping handling and
the % escape handling.

The thing that worries me about this patch is that there are (obviously)
not a comprehensive set of tests proving that format_string actually
behaves like % formatting does.  So my refactoring could have broken
other behavior and I wouldn't know it.  However, since % formatting is
effectively depricated, I'm not sure how much effort it is worth putting
in to this....
History
Date User Action Args
2009-08-11 08:05:42r.david.murraysetrecipients: + r.david.murray, christoph
2009-08-11 08:05:42r.david.murraysetmessageid: <1249977942.64.0.211195846532.issue6656@psf.upfronthosting.co.za>
2009-08-11 08:05:41r.david.murraylinkissue6656 messages
2009-08-11 08:05:40r.david.murraycreate