Issue #10570: curses.putp() is now expecting a byte string, instead of a
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 3 Nov 2011 19:35:40 +0000 (20:35 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 3 Nov 2011 19:35:40 +0000 (20:35 +0100)
commitb3bc7e764db4327953aaaf1316e0edc0ff6b16fb
treee6aab05b9902ed7b68d4e43f7e0d824d27bc5adf
parent9c2f42f253d37496d52178377ab5e88f2e231401
Issue #10570: curses.putp() is now expecting a byte string, instead of a
Unicode string.

This is an incompatible change, but putp() is used to emit terminfo commands,
which are bytes strings, not Unicode strings.
Lib/test/test_curses.py
Misc/NEWS
Modules/_cursesmodule.c