diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-11-02 22:45:29 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-11-02 22:45:29 (GMT) |
commit | 2662133a05d789de67aeaaad24aa86f49da95844 (patch) | |
tree | 221dc1dc36368f0e9fea53bb7fbe7c9abb5e3516 /Misc | |
parent | f7ed9fc063cc4c11cfdf36b6c5023b984ed36b26 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |