[issue12579] str.format_map raises a SystemError for format strings with positional arguments

Roundup Robot report at bugs.python.org
Mon Jul 18 20:03:53 CEST 2011


Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:

New changeset f6d074a7bbd4 by Eric V. Smith in branch '3.2':
Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError.
http://hg.python.org/cpython/rev/f6d074a7bbd4

----------
nosy: +python-dev
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list