[issue13054] sys.maxunicode value after PEP-393

Ezio Melotti report at bugs.python.org
Wed Sep 28 18:36:37 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Attached initial patch that sets the value of sys.maxunicode to 0x10FFFF, adds a test, and document the change in both the sys.rst doc and in the 3.3 whatsnew.

The patch doesn't include any deprecation.  If we decide to deprecate something the PEP and possibly the code should be updated.

----------
keywords: +patch
Added file: http://bugs.python.org/file23251/issue13054.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13054>
_______________________________________


More information about the Python-bugs-list mailing list