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 akira
Recipients akira, eric.smith, rhettinger
Date 2011-11-22.17:28:50
SpamBayes Score 1.3129277e-06
Marked as misclassified No
Message-id <1321982931.39.0.960587909158.issue13450@psf.upfronthosting.co.za>
In-reply-to
Content
TypeError tests can check that an implementation raises a correct exception type i.e., it doesn't raise ValueError prematurely on invalid format_string without checking that there is mapping argument.

METH_O does it for CPython. I'm not sure how other implementations might behave.

eric: I'd read http://docs.python.org/devguide/patch.html#preparation but I thought 4 lines are not worth it to change Misc/ACKS. Full pseudonym: Akira Li
History
Date User Action Args
2011-11-22 17:28:51akirasetrecipients: + akira, rhettinger, eric.smith
2011-11-22 17:28:51akirasetmessageid: <1321982931.39.0.960587909158.issue13450@psf.upfronthosting.co.za>
2011-11-22 17:28:50akiralinkissue13450 messages
2011-11-22 17:28:50akiracreate