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:01:51
SpamBayes Score 2.9898558e-05
Marked as misclassified No
Message-id <1249977713.35.0.943957007291.issue6656@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed this a different way that seems cleaner.  In the process, I
discovered that passing a mapping argument to format_string is
completely broken.  Here is an expanded set of tests that demonstrate
this.  This diff is against trunk.
History
Date User Action Args
2009-08-11 08:01:53r.david.murraysetrecipients: + r.david.murray, christoph
2009-08-11 08:01:53r.david.murraysetmessageid: <1249977713.35.0.943957007291.issue6656@psf.upfronthosting.co.za>
2009-08-11 08:01:51r.david.murraylinkissue6656 messages
2009-08-11 08:01:51r.david.murraycreate