mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
abb02e5994
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.