Message384402
Well, a simple documentation issue has grown into large and complex changes that fix several bugs.
* Incorrect parameter name in color_pair().
* Incorrectly documented ranges for color and pair numbers.
* Based on incorrect documentation, incorrect checks was implemented in the code.
* It was not caught earlier because most tests were skipped on buildbots.
* BTW ncurses accepts some values outside of the documented ranges.
* But ncurses 6.1 does not accept all values in the documented ranges.
* There were other minor bugs introduced in issue36982. |
|
| Date |
User |
Action |
Args |
| 2021-01-05 14:33:37 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, docs@python, ZackerySpytz, pablogsal, arbor |
| 2021-01-05 14:33:37 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2021-01-05 14:33:37 | serhiy.storchaka | link | issue42681 messages |
| 2021-01-05 14:33:37 | serhiy.storchaka | create | |
|