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 ncoghlan
Recipients ncoghlan
Date 2012-02-15.08:15:03
SpamBayes Score 0.00030270722
Marked as misclassified No
Message-id <1329293704.94.0.0580926341423.issue14019@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of issues have arisen where features were added to str.format without similarly being added to string.Formatter.

This is only possible because the test cases for the two are currently almost entirely separate.

A common set of tests defined as (fmt, args, kwargs, output) tuples would help ensure that the implementations remained consistent in the future.
History
Date User Action Args
2012-02-15 08:15:04ncoghlansetrecipients: + ncoghlan
2012-02-15 08:15:04ncoghlansetmessageid: <1329293704.94.0.0580926341423.issue14019@psf.upfronthosting.co.za>
2012-02-15 08:15:04ncoghlanlinkissue14019 messages
2012-02-15 08:15:03ncoghlancreate