]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 2 Nov 2011 22:45:29 +0000 (23:45 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 2 Nov 2011 22:45:29 +0000 (23:45 +0100)
commit2662133a05d789de67aeaaad24aa86f49da95844
tree221dc1dc36368f0e9fea53bb7fbe7c9abb5e3516
parentf7ed9fc063cc4c11cfdf36b6c5023b984ed36b26
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.
Doc/library/curses.rst
Lib/test/test_curses.py
Misc/NEWS
Modules/_cursesmodule.c