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 lemburg
Recipients lemburg, vstinner
Date 2011-05-23.16:23:54
SpamBayes Score 0.00038585023
Marked as misclassified No
Message-id <4DDA8A17.1020304@egenix.com>
In-reply-to <1306166137.72.0.066960808058.issue12160@psf.upfronthosting.co.za>
Content
STINNER Victor wrote:
> 
> New submission from STINNER Victor <victor.stinner@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.

Thanks for spotting this.

It should read StreamReader/StreamWriter, since these were designed
to keep state.
History
Date User Action Args
2011-05-23 16:23:54lemburgsetrecipients: + lemburg, vstinner
2011-05-23 16:23:54lemburglinkissue12160 messages
2011-05-23 16:23:54lemburgcreate