Message71845
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. |
|
| Date |
User |
Action |
Args |
| 2008-08-24 17:38:12 | pascal.bach | set | recipients:
+ pascal.bach, amaury.forgeotdarc |
| 2008-08-24 17:38:12 | pascal.bach | set | messageid: <[email protected]> |
| 2008-08-24 17:38:11 | pascal.bach | link | issue3649 messages |
| 2008-08-24 17:38:10 | pascal.bach | create | |
|