Alexander Belopolsky added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11313>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to