This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, hct, vstinner
Date 2013-11-23.02:56:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385175362.46.0.720778339909.issue19729@psf.upfronthosting.co.za>
In-reply-to
Content
According to hg bisect, the regression comes from:

changeset:   83817:6786e681ed58
branch:      3.3
parent:      83812:cd2457463eeb
user:        Benjamin Peterson <benjamin@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)
History
Date User Action Args
2013-11-23 02:56:02vstinnersetrecipients: + vstinner, benjamin.peterson, hct
2013-11-23 02:56:02vstinnersetmessageid: <1385175362.46.0.720778339909.issue19729@psf.upfronthosting.co.za>
2013-11-23 02:56:02vstinnerlinkissue19729 messages
2013-11-23 02:56:02vstinnercreate