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 benjamin.peterson, ezio.melotti, hynek, lemburg, ncoghlan, pitrou, serhiy.storchaka, stutzbach, vstinner
Date 2014-01-27.06:51:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390805470.62.0.510210597204.issue20405@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is redundant because codecs.StreamReader and codecs.StreamWriter already exist. They are buggy, but now they are less buggy then at the time when Victor wrote PEP 400 and can be improved more. TextIOWrapper serves important special case, but for binary->binary and text->text transformations codecs.Stream* should be enough (after fixing some misbehaving codecs of course).
History
Date User Action Args
2014-01-27 06:51:10serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, ncoghlan, pitrou, vstinner, benjamin.peterson, stutzbach, ezio.melotti, hynek
2014-01-27 06:51:10serhiy.storchakasetmessageid: <1390805470.62.0.510210597204.issue20405@psf.upfronthosting.co.za>
2014-01-27 06:51:10serhiy.storchakalinkissue20405 messages
2014-01-27 06:51:10serhiy.storchakacreate