Message247159
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. |
|
| Date |
User |
Action |
Args |
| 2015-07-23 01:30:03 | martin.panter | set | recipients:
+ martin.panter, jcea, pitrou, vstinner, ezio.melotti, serhiy.storchaka, raulcd |
| 2015-07-23 01:30:03 | martin.panter | set | messageid: <[email protected]> |
| 2015-07-23 01:30:03 | martin.panter | link | issue22598 messages |
| 2015-07-23 01:30:02 | martin.panter | create | |
|