Message383403
| Author | serhiy.storchaka |
|---|---|
| Recipients | ZackerySpytz, arbor, docs@python, serhiy.storchaka |
| Date | 2020-12-19.21:09:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1608412158.24.0.886401583216.issue42681@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-12-19 21:09:18 | serhiy.storchaka | set | recipients: + serhiy.storchaka, docs@python, ZackerySpytz, arbor |
| 2020-12-19 21:09:18 | serhiy.storchaka | set | messageid: <1608412158.24.0.886401583216.issue42681@roundup.psfhosted.org> |
| 2020-12-19 21:09:18 | serhiy.storchaka | link | issue42681 messages |
| 2020-12-19 21:09:18 | serhiy.storchaka | create | |