[issue3516] string formatting quirk using %.%

Georg Brandl report at bugs.python.org
Thu Aug 7 20:01:13 CEST 2008


Georg Brandl <georg at python.org> added the comment:

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.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3516>
_______________________________________


More information about the Python-bugs-list mailing list