diff options
author | Petri Lehtinen <petri@digip.org> | 2011-11-06 07:26:17 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-11-06 07:26:52 (GMT) |
commit | 08ad2fbc7f7abb687327b22eb7f65ac388742ab9 (patch) | |
tree | 6169731355bcc22021074ee3e3b68d509508c059 /Misc | |
parent | 55f87578a103e8da4b7c4211338bccc702bdba6e (diff) | |
parent | fd6b582a7128434ae7a5fb0e4c202cc04348ade7 (diff) | |
download | cpython-08ad2fbc7f7abb687327b22eb7f65ac388742ab9.zip cpython-08ad2fbc7f7abb687327b22eb7f65ac388742ab9.tar.gz cpython-08ad2fbc7f7abb687327b22eb7f65ac388742ab9.tar.bz2 |
curses.tparm() is expecting a byte string, not curses.tigetstr()
Issue #10570
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |