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 vstinner, ysj.ray
Date 2011-02-18.22:12:10
SpamBayes Score 0.0049034213
Marked as misclassified No
Message-id <1298067134.11.0.957382113163.issue11246@psf.upfronthosting.co.za>
In-reply-to
Content
While testing a patch fixing issue #7330, I found a bug in PyUnicode_FromFormat() in the %V format: it decodes the byte string from ISO-8859-1, whereas I would expect that the string is decodes from UTF-8, as the "%s" format.
History
Date User Action Args
2011-02-18 22:12:14vstinnersetrecipients: + vstinner, ysj.ray
2011-02-18 22:12:14vstinnersetmessageid: <1298067134.11.0.957382113163.issue11246@psf.upfronthosting.co.za>
2011-02-18 22:12:10vstinnerlinkissue11246 messages
2011-02-18 22:12:10vstinnercreate