Antoine Pitrou <pit...@free.fr> added the comment:

The patch works ok on 2.7 but fails to apply on 3.2. Can you provide a 3.2 
patch as well?
Also, instead of `sys.maxunicode == 0x10ffff`, it would be better to use 
something more future-proof such as `sys.maxunicode >= 0x10000`.

----------

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

Reply via email to