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 georg.brandl
Recipients blop, georg.brandl, gvanrossum
Date 2008-08-07.18:01:12
SpamBayes Score 0.0032713048
Marked as misclassified No
Message-id <1218132073.12.0.362530433997.issue3516@psf.upfronthosting.co.za>
In-reply-to
Content
I'd rather see it this way: It is a programming error if a format string
contains a reference to a nonexisting dictionary key, no matter what
formatting specifier is used. The implementation is quite consistent here.
History
Date User Action Args
2008-08-07 18:01:13georg.brandlsetrecipients: + georg.brandl, gvanrossum, blop
2008-08-07 18:01:13georg.brandlsetmessageid: <1218132073.12.0.362530433997.issue3516@psf.upfronthosting.co.za>
2008-08-07 18:01:12georg.brandllinkissue3516 messages
2008-08-07 18:01:12georg.brandlcreate