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 serhiy.storchaka
Recipients doerwalter, ezio.melotti, georg.brandl, jwilk, lemburg, martin.panter, ncoghlan, python-dev, serhiy.storchaka, vstinner
Date 2014-02-24.13:44:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393249471.66.0.10394541712.issue19619@psf.upfronthosting.co.za>
In-reply-to
Content
I think that issue20404 should be backported too. It is common to wrap socket stream with io.TextIOWrapper, and socket.makefile() returns text stream by default.
History
Date User Action Args
2014-02-24 13:44:31serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, georg.brandl, ncoghlan, vstinner, jwilk, ezio.melotti, python-dev, martin.panter
2014-02-24 13:44:31serhiy.storchakasetmessageid: <1393249471.66.0.10394541712.issue19619@psf.upfronthosting.co.za>
2014-02-24 13:44:31serhiy.storchakalinkissue19619 messages
2014-02-24 13:44:31serhiy.storchakacreate