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 vstinner
Recipients lemburg, vstinner
Date 2011-05-23.15:55:36
SpamBayes Score 0.008632949
Marked as misclassified No
Message-id <1306166137.72.0.066960808058.issue12160@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-05-23 15:55:37vstinnersetrecipients: + vstinner, lemburg
2011-05-23 15:55:37vstinnersetmessageid: <1306166137.72.0.066960808058.issue12160@psf.upfronthosting.co.za>
2011-05-23 15:55:37vstinnerlinkissue12160 messages
2011-05-23 15:55:37vstinnercreate