Marc-Andre Lemburg added the comment:

Another comment about coding style: please use \uXXXX hex code representations 
for the decoding map. The stdlib source code is normally kept ASCII compatible 
and, for codecs, the Unicode code point numbers make it easier to check the 
mappings for correctness.

Thanks.

PS: You will also have to sign a contributor agreement: 
https://www.python.org/psf/contrib/

----------

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

Reply via email to