mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
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.
This commit is contained in:
parent
e2ebb2d7f7
commit
abb02e5994
98 changed files with 2212 additions and 420 deletions
|
@ -443,6 +443,12 @@ Extension Modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
|
||||
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.
|
||||
|
||||
- A regrtest option -w was added to re-run failed tests in verbose mode.
|
||||
|
||||
- Patch #1446372: quit and exit can now be called from the interactive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue