]> granicus.if.org Git - python/commit
curses.tparm() is expecting a byte string, not curses.tigetstr()
authorPetri Lehtinen <petri@digip.org>
Sun, 6 Nov 2011 07:26:17 +0000 (09:26 +0200)
committerPetri Lehtinen <petri@digip.org>
Sun, 6 Nov 2011 07:26:52 +0000 (09:26 +0200)
commit08ad2fbc7f7abb687327b22eb7f65ac388742ab9
tree6169731355bcc22021074ee3e3b68d509508c059
parent55f87578a103e8da4b7c4211338bccc702bdba6e
parentfd6b582a7128434ae7a5fb0e4c202cc04348ade7
curses.tparm() is expecting a byte string, not curses.tigetstr()

Issue #10570
Misc/NEWS