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 doerwalter
Recipients docs@python, doerwalter, lemburg, martin.panter, ncoghlan, zuo
Date 2015-01-27.16:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422374562.78.0.603213357087.issue23232@psf.upfronthosting.co.za>
In-reply-to
Content
That analysis seems correct to me.

Stateless and stream codecs were the original implementation. 2006 I implemented incremental codecs: http://bugs.python.org/issue1436130

The intent was to have stateful codecs that can work with iterators and generators.

When Guido began reimplementing the io machinery for Python 3 he used incremental codecs as the basis.
History
Date User Action Args
2015-01-27 16:02:42doerwaltersetrecipients: + doerwalter, lemburg, ncoghlan, zuo, docs@python, martin.panter
2015-01-27 16:02:42doerwaltersetmessageid: <1422374562.78.0.603213357087.issue23232@psf.upfronthosting.co.za>
2015-01-27 16:02:42doerwalterlinkissue23232 messages
2015-01-27 16:02:42doerwaltercreate