[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

Ezio Melotti report at bugs.python.org
Mon Nov 21 13:14:39 CET 2011


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

> Is Python supposed to support characters outside U+0000-U+10FFFF range?

No, they should be rejected.  Allowing them in some specific places might cause them to leak somewhere else and cause problems, so I'd rather stick with that range and reject all the chars >U+10FFFF everywhere.

----------

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


More information about the Python-bugs-list mailing list