[issue12160] codecs doc: what is StreamCodec?

STINNER Victor report at bugs.python.org
Mon May 23 17:55:37 CEST 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

Codec.encode() and Codec.decode() refer to StreamCode, but I cannot find this class in the doc nor in the code.

I suppose that it should be replaced by IncrementalEncoder and IncrementalDecoder. If I'm correct, see attached patch.

----------
files: codecs_incremental.patch
keywords: patch
messages: 136665
nosy: haypo, lemburg
priority: normal
severity: normal
status: open
title: codecs doc: what is StreamCodec?
Added file: http://bugs.python.org/file22084/codecs_incremental.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12160>
_______________________________________


More information about the Python-bugs-list mailing list