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 jschneid
Recipients eric.araujo, jschneid, loewis, srid, terry.reedy, vstinner
Date 2011-07-15.16:16:14
SpamBayes Score 2.6254407e-05
Marked as misclassified No
Message-id <1310746575.0.0.475057761212.issue12572@psf.upfronthosting.co.za>
In-reply-to
Content
From issue 12561 (which I will be closing):

Author: STINNER Victor (haypo) *  Date: 2011-07-15 15:36  
Use >L"" CONSTANT< to decode a byte string to a character string doesn't work with non-ASCII strings. _Py_char2wchar() should be used instead: see for example this fix, commit 5b6e13b6b473. 

This is in reference to getpath.patch.  I have no need to support internationalized versions of the constant strings my patch addresses, so Stinner's commit is overkill for me.
History
Date User Action Args
2011-07-15 16:16:15jschneidsetrecipients: + jschneid, loewis, terry.reedy, vstinner, eric.araujo, srid
2011-07-15 16:16:15jschneidsetmessageid: <1310746575.0.0.475057761212.issue12572@psf.upfronthosting.co.za>
2011-07-15 16:16:14jschneidlinkissue12572 messages
2011-07-15 16:16:14jschneidcreate