New submission from STINNER Victor <victor.stin...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12160> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com