summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-11-02 22:45:29 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-11-02 22:45:29 (GMT)
commit2662133a05d789de67aeaaad24aa86f49da95844 (patch)
tree221dc1dc36368f0e9fea53bb7fbe7c9abb5e3516 /Misc
parentf7ed9fc063cc4c11cfdf36b6c5023b984ed36b26 (diff)
downloadcpython-2662133a05d789de67aeaaad24aa86f49da95844.zip
cpython-2662133a05d789de67aeaaad24aa86f49da95844.tar.gz
cpython-2662133a05d789de67aeaaad24aa86f49da95844.tar.bz2
Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a
Unicode string. This is an incompatible change, but the previous behaviour was completly wrong.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e7a96c..993dfae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Core and Builtins
Library
-------
+- Issue #10570: curses.tigetstr() is now expecting a byte string, instead of
+ a Unicode string.
+
- Issue #2892: preserve iterparse events in case of SyntaxError.
- Issue #670664: Fix HTMLParser to correctly handle the content of