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 vajrasky
Recipients alex, nikratio, vajrasky
Date 2013-06-02.07:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370159730.18.0.393781613915.issue18116@psf.upfronthosting.co.za>
In-reply-to
Content
I have investigated this problem and come up with the patch to fix the problem. This patch does the job. Caution: only for Python 3.4. But translating this patch to Python 3.3 should be straightforward.

I hope this patch could be the foundation for better programmers to create better patch.

Some of the issues with this patch are: I am not sure how to handle encoding and where the best place to close tty is.

Reference:
https://github.com/stefanholek/term/issues/1
http://stackoverflow.com/questions/5471158/typeerror-str-does-not-support-the-buffer-interface
History
Date User Action Args
2013-06-02 07:55:30vajraskysetrecipients: + vajrasky, alex, nikratio
2013-06-02 07:55:30vajraskysetmessageid: <1370159730.18.0.393781613915.issue18116@psf.upfronthosting.co.za>
2013-06-02 07:55:30vajraskylinkissue18116 messages
2013-06-02 07:55:29vajraskycreate