This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients larry, masamoto, vstinner
Date 2014-04-09.01:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397006176.43.0.66828375995.issue21088@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2014-04-09 01:16:16vstinnersetrecipients: + vstinner, larry, masamoto
2014-04-09 01:16:16vstinnersetmessageid: <1397006176.43.0.66828375995.issue21088@psf.upfronthosting.co.za>
2014-04-09 01:16:16vstinnerlinkissue21088 messages
2014-04-09 01:16:16vstinnercreate