[issue42681] Incorrect range checks/documentation in curses

2021-01-06 Thread STINNER Victor
STINNER Victor added the comment: Great work, thank you Serhiy! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue42681] Incorrect range checks/documentation in curses

2021-01-05 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Thanks a lot Serhiy for the fantastic work! -- ___ Python tracker ___ ___ Python-bugs-list

[issue42681] Incorrect range checks/documentation in curses

2021-01-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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 w

[issue42681] Incorrect range checks/documentation in curses

2021-01-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e2c847e0c518dd6c63a898b8265ba54b71548bd6 by Serhiy Storchaka in branch '3.8': [3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) (GH-24116) https://github.com/python/cpython/commit/e2c847e0c518dd6c63a

[issue42681] Incorrect range checks/documentation in curses

2021-01-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +22946 pull_request: https://github.com/python/cpython/pull/24116 ___ Python tracker ___

[issue42681] Incorrect range checks/documentation in curses

2021-01-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9b3a53a8264d4c469a3f3d8c037e74c010be3e5c by Serhiy Storchaka in branch '3.9': [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) https://github.com/python/cpython/commit/9b3a53a8264d4c469a3f3d8c037e74c010be

[issue42681] Incorrect range checks/documentation in curses

2021-01-04 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +22943 pull_request: https://github.com/python/cpython/pull/24113 ___ Python tracker ___

[issue42681] Incorrect range checks/documentation in curses

2021-01-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 59f9b4e4509be67494f3d45489fa55523175ff69 by Serhiy Storchaka in branch 'master': bpo-42681: Fix test_curses failures related to color pairs (GH-24089) https://github.com/python/cpython/commit/59f9b4e4509be67494f3d45489fa55523175ff69

[issue42681] Incorrect range checks/documentation in curses

2021-01-04 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +22920 pull_request: https://github.com/python/cpython/pull/24089 ___ Python tracker ___

[issue42681] Incorrect range checks/documentation in curses

2021-01-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 82794cacc6073af9bc2b792a5ee21397f4c9037f by Serhiy Storchaka in branch '3.8': [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) (GH-24079) https://github.com/python/cpython/commit/82794cacc607

[issue42681] Incorrect range checks/documentation in curses

2021-01-03 Thread STINNER Victor
STINNER Victor added the comment: > This change seems to broke some buildbots. Yep, see also bpo-42789. -- nosy: +vstinner ___ Python tracker ___

[issue42681] Incorrect range checks/documentation in curses

2021-01-03 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: This change seems to broke some buildbots. For instance: https://buildbot.python.org/all/#/builders/119/builds/153 == ERROR: test_colors_funcs (test.test_curses.TestCurses) --

[issue42681] Incorrect range checks/documentation in curses

2021-01-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +22913 pull_request: https://github.com/python/cpython/pull/24079 ___ Python tracker ___

[issue42681] Incorrect range checks/documentation in curses

2021-01-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b0ee2b492dbf550fbd2a63b82de0a4dc9d67f32e by Serhiy Storchaka in branch '3.9': [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) https://github.com/python/cpython/commit/b0ee2b492dbf550fbd2a63b82de0a

[issue42681] Incorrect range checks/documentation in curses

2021-01-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- title: mistake in curses documentation -> Incorrect range checks/documentation in curses ___ Python tracker ___ ___