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 eric.smith
Recipients Julian, eric.smith
Date 2011-07-17.22:20:37
SpamBayes Score 0.00025594782
Marked as misclassified No
Message-id <1310941238.17.0.721712927077.issue12579@psf.upfronthosting.co.za>
In-reply-to
Content
I think KeyError for "{foo}".format(12) is correct. It's looking up "foo" in the empty dict of **kwargs.
History
Date User Action Args
2011-07-17 22:20:38eric.smithsetrecipients: + eric.smith, Julian
2011-07-17 22:20:38eric.smithsetmessageid: <1310941238.17.0.721712927077.issue12579@psf.upfronthosting.co.za>
2011-07-17 22:20:37eric.smithlinkissue12579 messages
2011-07-17 22:20:37eric.smithcreate