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 Julian
Recipients Julian, eric.smith
Date 2011-07-18.00:17:11
SpamBayes Score 2.4084235e-11
Marked as misclassified No
Message-id <1310948234.45.0.760003591759.issue12579@psf.upfronthosting.co.za>
In-reply-to
Content
Well you're right :). I appreciate you taking more time to help me with this than you could have yourself. I made the change (and changed the TypeError to a ValueError as per your discovery that this was just a positional value issue, hope you agree with that).

Ran the whole test suite, all passes, other than the one test that fails for me without the patch too.

I'm not too happy with the wording on the error, "Format string contained positional fields" doesn't sound nearly specific enough, but I was weary to put something specifically referencing str.format_map in a function that handles str.format as well?

Anyways, appreciate the help again, please let me know if anything needs fixing :).
History
Date User Action Args
2011-07-18 00:17:14Juliansetrecipients: + Julian, eric.smith
2011-07-18 00:17:14Juliansetmessageid: <1310948234.45.0.760003591759.issue12579@psf.upfronthosting.co.za>
2011-07-18 00:17:13Julianlinkissue12579 messages
2011-07-18 00:17:12Juliancreate