[issue21088] curses addch() argument position reverses in Python3.4.0

STINNER Victor report at bugs.python.org
Wed Apr 9 03:16:16 CEST 2014


STINNER Victor added the comment:

> Redirecting the test to a file fails because curses complains stdio isn't a tty.

You may create a the pty module for that.
https://docs.python.org/dev/library/pty.html#pty.openpty

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21088>
_______________________________________


More information about the Python-bugs-list mailing list