Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Good catch! And it is not only documentation issue now. Since color numbers and 
pair numbers use different range checks, this prevents using this function with 
pair numbers larger that COLORS (should be accepted up to COLOR_PAIRS-1).

Seems there is also other bug which prevents using pair number 0 (constant 
white on black).

----------
assignee: docs@python -> serhiy.storchaka
components: +Library (Lib)
versions: +Python 3.8, Python 3.9

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

Reply via email to