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 belopolsky
Recipients akuchling, belopolsky, ezio.melotti, lemburg
Date 2012-11-04.02:13:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351995221.74.0.590522220773.issue11313@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think a comment explaining that default encoding is utf-8 in python 3.x will improve readability of this code.  

if (encoding == NULL)
        return PyUnicode_DecodeUTF8(s, size, errors);

seems quite self-explanatory.
History
Date User Action Args
2012-11-04 02:13:41belopolskysetrecipients: + belopolsky, lemburg, akuchling, ezio.melotti
2012-11-04 02:13:41belopolskysetmessageid: <1351995221.74.0.590522220773.issue11313@psf.upfronthosting.co.za>
2012-11-04 02:13:41belopolskylinkissue11313 messages
2012-11-04 02:13:41belopolskycreate