]> granicus.if.org Git - python/commit
(Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 2 Nov 2011 22:47:58 +0000 (23:47 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 2 Nov 2011 22:47:58 +0000 (23:47 +0100)
commitdf5bccc8a3adfe79e93bbc62bc24b3a95d57b3ac
treecd0889e89ba7fe709def04a3b8e5a66879a310dd
parent2787ea41fd11b8e0a0514e13b61af8e12764a8f6
parent2662133a05d789de67aeaaad24aa86f49da95844
(Merge 3.2) 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