[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

STINNER Victor report at bugs.python.org
Sat Nov 23 03:56:02 CET 2013


STINNER Victor added the comment:

According to hg bisect, the regression comes from:

changeset:   83817:6786e681ed58
branch:      3.3
parent:      83812:cd2457463eeb
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri May 17 17:34:30 2013 -0500
files:       Lib/test/test_unicode.py Misc/NEWS Objects/stringlib/unicode_format.h
description:
only recursively expand in the format spec (closes #17644)

----------

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


More information about the Python-bugs-list mailing list