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 ddvoinikov
Recipients ddvoinikov
Date 2012-04-23.13:18:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335187087.5.0.315362932474.issue14648@psf.upfronthosting.co.za>
In-reply-to
Content
Using Python 3.3.0a2 (default, Apr  1 2012, 19:34:58) [MSC v.1500 64 bit (AMD64)] on win32.

This line of code

"{0:s}{1:s}".format("ABC", "\u0410\u0411\u0412")

results in

SystemError: Cannot copy UCS2 characters into a string of ascii characters
History
Date User Action Args
2012-04-23 13:18:07ddvoinikovsetrecipients: + ddvoinikov
2012-04-23 13:18:07ddvoinikovsetmessageid: <1335187087.5.0.315362932474.issue14648@psf.upfronthosting.co.za>
2012-04-23 13:18:06ddvoinikovlinkissue14648 messages
2012-04-23 13:18:06ddvoinikovcreate