Issue 1005892: test_curses bugs - Python tracker (original) (raw)

Issue1005892

Created on 2004-08-09 10:57 by shura_zam, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_curses.py.patch shura_zam,2004-08-09 10:57
Messages (2)
msg46598 - (view) Author: Alexandr Zamaraev (shura_zam) Date: 2004-08-09 10:57
I find 2 bugs in test_curses.py 1) in line 110 setscrreg(10,15) - cursor mast place in line10-15 2) in line 181 pair_content(curses.COLOR_PAIRS) - argument pair_content mast by less COLOR_PAIRS constant
msg46599 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-06-15 18:49
Logged In: YES user_id=11375 Patch applied to both HEAD and 2.4-maint branches; thanks for reporting this! In fact, fixing the pair_content() test turned up another bug; the C extension was getting the error check on pair_content() backwards.
History
Date User Action Args
2022-04-11 14:56:06 admin set github: 40724
2004-08-09 10:57:41 shura_zam create