commit | 2662133a05d789de67aeaaad24aa86f49da95844 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Nov 02 23:45:29 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Nov 02 23:45:29 2011 +0100 |
tree | 221dc1dc36368f0e9fea53bb7fbe7c9abb5e3516 | |
parent | f7ed9fc063cc4c11cfdf36b6c5023b984ed36b26 [diff] |
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.