mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
of tuple) that provides incremental decoders and encoders (a way to use stateful codecs without the stream API). Functions codecs.getincrementaldecoder() and codecs.getincrementalencoder() have been added. |
||
|---|---|---|
| .. | ||
| python-mappings | ||
| comparecodecs.py | ||
| gencodec.py | ||
| listcodecs.py | ||
| Makefile | ||
| makeunicodedata.py | ||
| mkstringprep.py | ||