curses.tparm() is expecting a byte string, not curses.tigetstr()

Issue #10570
This commit is contained in:
Petri Lehtinen 2011-11-06 09:26:17 +02:00
commit 08ad2fbc7f
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ Library
- Byte compilation in packaging is now isolated from the calling Python -B or
-O options, instead of being disallowed under -B or buggy under -O.
- Issue #10570: curses.putp() and curses.tigetstr() are now expecting a byte
- Issue #10570: curses.putp() and curses.tparm() are now expecting a byte
string, instead of a Unicode string.
- Issue #13295: http.server now produces valid HTML 4.01 strict.