STINNER Victor <victor.stin...@gmail.com> added the comment:

I introduced the arbitrary limit when I added support of the curses Unicode API 
(libncursesw). The limit is useless if libncursesw is used, whereas it blocks 
legal "characters" like KEY_xxx constants. So I just removed the check and it 
should not be ok.

The real issue is that Python curses is not linked to libncursesw on Mac OS X!

----------

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

Reply via email to