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 pascal.bach
Recipients amaury.forgeotdarc, pascal.bach
Date 2008-08-24.17:38:10
SpamBayes Score 0.012187307
Marked as misclassified No
Message-id <1219599492.26.0.94524966892.issue3649@psf.upfronthosting.co.za>
In-reply-to
Content
I have looked at utf_8.py and I think I know how to implement the
incremental de/encoder. But I don't understand the codecs.register()
function. Do I have to provide stateless, stateful and streamwriter at
the same time? 
If I implement IncrementalEncoder and IncrementalDecoder can I just give
those two to codecs.register()?

Thank you for your help.
History
Date User Action Args
2008-08-24 17:38:12pascal.bachsetrecipients: + pascal.bach, amaury.forgeotdarc
2008-08-24 17:38:12pascal.bachsetmessageid: <1219599492.26.0.94524966892.issue3649@psf.upfronthosting.co.za>
2008-08-24 17:38:11pascal.bachlinkissue3649 messages
2008-08-24 17:38:10pascal.bachcreate