Matthias Klose <d...@debian.org> added the comment: that seems to be the wrong report. did you mean
Package: python3.1 Version: 3.1.2+20101012-1 Severity: normal curses.tigetstr() returns bytes (which makes sense), but curses.tparm() expects a Unicode string as first argument. As a consequence even the example given in the documentation doesn't work: >>> from curses import * >>> setupterm() >>> tparm(tigetstr("cup"), 5, 3) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: must be string, not bytes ---------- assignee: tarek -> components: +Library (Lib) -Distutils nosy: +doko _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10571> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com