[issue14223] curses addch broken on Python3.3a1

STINNER Victor report at bugs.python.org
Thu Mar 8 02:10:59 CET 2012


STINNER Victor <victor.stinner at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14223>
_______________________________________


More information about the Python-bugs-list mailing list