This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_curses bugs
Type: Stage:
Components: Tests Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, shura_zam
Priority: normal Keywords: patch

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:06adminsetgithub: 40724
2004-08-09 10:57:41shura_zamcreate