Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd6b582

Browse files
committed
curses.tparm() is expecting a byte string, not curses.tigetstr()
Issue #10570
1 parent 1ce4b14 commit fd6b582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Library
8888
- Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
8989
Thanks to Robert Xiao.
9090

91-
- Issue #10570: curses.putp() and curses.tigetstr() are now expecting a byte
91+
- Issue #10570: curses.putp() and curses.tparm() are now expecting a byte
9292
string, instead of a Unicode string.
9393

9494
- Issue #2892: preserve iterparse events in case of SyntaxError.

0 commit comments

Comments
 (0)