Chih-Hsuan Yen <yan12...@gmail.com> added the comment:

I asked on bug-ncurses mailing list and Thomas Dickey suggests "improving the 
python curses binding to handle the newer terminal descriptions". Looks like 
that requires non-trivial efforts. On the other hand, I've also found a 
workaround:

$ TERM=xterm python -m test -u curses -v test_curses

(or anything without -256color suffix for $TERM)

How about setting TERM=xterm in tests and documenting that CPython does not 
support new terminal descriptions for now?

[1] http://lists.gnu.org/archive/html/bug-ncurses/2019-04/msg00003.html

----------
nosy: +yan12125

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

Reply via email to