From: Petri Lehtinen Date: Sun, 6 Nov 2011 07:26:17 +0000 (+0200) Subject: curses.tparm() is expecting a byte string, not curses.tigetstr() X-Git-Tag: v3.3.0a1~924 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08ad2fbc7f7abb687327b22eb7f65ac388742ab9;p=thirdparty%2FPython%2Fcpython.git curses.tparm() is expecting a byte string, not curses.tigetstr() Issue #10570 --- 08ad2fbc7f7abb687327b22eb7f65ac388742ab9 diff --cc Misc/NEWS index a71a816814bb,199f9ff3624b..27e4117885ca --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -374,20 -88,11 +374,20 @@@ Librar - Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. Thanks to Robert Xiao. +- 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. + - Issue #2892: preserve iterparse events in case of SyntaxError. +- Issue #13287: urllib.request and urllib.error now contains an __all__ + attribute to expose only relevant classes and functions. Patch by Florent + Xicluna. + - Issue #670664: Fix HTMLParser to correctly handle the content of ```` and ````.