[issue37738] curses.addch('a', curses.color_pair(1)) ignores the color information

STINNER Victor report at bugs.python.org
Wed Aug 14 07:01:28 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I fixed the bug in 3.7, 3.8 and master (future 3.9) branches. Thanks Marius Gedminas for the bug report. In the meanwhile, you have to pass bytes strings to addch() :-(

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37738>
_______________________________________


More information about the Python-bugs-list mailing list