commit | 65f51bb1502aad75850c8b66db98d1359314c5d7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Nov 03 20:36:55 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Nov 03 20:36:55 2011 +0100 |
tree | 36defcada99055e83f86dc2d825e86e8fce5d45d | |
parent | 6fc41dd1e34a25298f867110a0f408b2d27e2a3f [diff] | |
parent | b3bc7e764db4327953aaaf1316e0edc0ff6b16fb [diff] |
(Merge 3.2) 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.