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, ddvoinikov, loewis, python-dev, r.david.murray, vstinner
Date 2012-04-23.21:16:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaU7u+9oN__FM0DPnzHhxDAxBEOTkKJ1x30wUiwbw3bOQ@mail.gmail.com>
In-reply-to <1335188708.97.0.140811332304.issue14648@psf.upfronthosting.co.za>
Content
>>>> "{0:s}{1:s}".format("ABC", "\u0410\u0411\u0412")
> python: Objects/unicodeobject.c:1223: _copy_characters: Assertion `ch <= to_maxchar' failed.

Attached patch fixes this issue.
Files
File name Uploaded
format_nonascii.patch vstinner, 2012-04-23.21:16:07
History
Date User Action Args
2012-04-23 21:16:08vstinnersetrecipients: + vstinner, loewis, benjamin.peterson, ddvoinikov, r.david.murray, python-dev
2012-04-23 21:16:07vstinnerlinkissue14648 messages
2012-04-23 21:16:07vstinnercreate