Martin Panter added the comment:

Not sure on the scope of this, but if someone wants to implement the 
incremental codec API, be aware that the existing UTF-7 codec, 
PyUnicode_DecodeUTF7Stateful() API, etc, does not actually support this 
properly. See Issue 20132, e.g. the test cases in 
<https://bugs.python.org/issue20132#msg232850>. I recommend against impementing 
an incremental or stream codec based only on a stateless codec.

----------
nosy: +vadmium

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22598>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to