[issue1467929] %-formatting and dicts

Vetoshkin Nikita report at bugs.python.org
Mon Oct 18 21:14:38 CEST 2010


Vetoshkin Nikita <nikita.vetoshkin at gmail.com> added the comment:

Updated patch to capture another patological case:
'%(a)s %' % {'a':'xyz'} - incomplete formatter at the end of the line

----------
Added file: http://bugs.python.org/file19271/issue1467929_py3k.diff

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


More information about the Python-bugs-list mailing list