[issue1467929] %-formatting and dicts

Eric Smith report at bugs.python.org
Mon Apr 27 17:15:20 CEST 2009


Eric Smith <eric at trueblade.com> added the comment:

The patch incorrectly raises an exception for:
'%(a)s %%' % {'a':'xyz'}

I'll look into fixing it.

----------

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


More information about the Python-bugs-list mailing list