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 martin.panter
Recipients docs@python, lemburg, martin.panter, ncoghlan, zuo
Date 2015-01-25.01:01:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422147709.68.0.952643033224.issue23232@psf.upfronthosting.co.za>
In-reply-to
Content
I am certainly no expert, but this is how I understand the three different kinds of codecs are used:

* Stateless codecs: str.encode(), bytes.decode(), etc
* Incremental codecs: TextIOWrapper, IncrementalNewlineDecoder
* Stream codecs: only stuff inside the “codecs” module as far as I know: codecs.open(), EncodedFile() etc.
History
Date User Action Args
2015-01-25 01:01:49martin.pantersetrecipients: + martin.panter, lemburg, ncoghlan, zuo, docs@python
2015-01-25 01:01:49martin.pantersetmessageid: <1422147709.68.0.952643033224.issue23232@psf.upfronthosting.co.za>
2015-01-25 01:01:49martin.panterlinkissue23232 messages
2015-01-25 01:01:49martin.pantercreate