Commit 40108c97 authored by Walter Dörwald's avatar Walter Dörwald

Mention patch id for the CJK part of the patch and

the name of the two new C functions.
parent 17d25ca7
...@@ -499,11 +499,12 @@ Library ...@@ -499,11 +499,12 @@ Library
deprecated Message methods have been removed and lots of bugs have been deprecated Message methods have been removed and lots of bugs have been
fixed. More details can be found in the email package documentation. fixed. More details can be found in the email package documentation.
- Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass - Patches #1436130/#1443155: codecs.lookup() now returns a CodecInfo object
of tuple) that provides incremental decoders and encoders (a way to use (a subclass of tuple) that provides incremental decoders and encoders
stateful codecs without the stream API). Functions (a way to use stateful codecs without the stream API). Python functions
codecs.getincrementaldecoder() and codecs.getincrementalencoder() have codecs.getincrementaldecoder() and codecs.getincrementalencoder() as well
been added. as C functions PyCodec_IncrementalEncoder() and PyCodec_IncrementalDecoder()
have been added.
- Patch #1359365: Calling next() on a closed StringIO.String object raises - Patch #1359365: Calling next() on a closed StringIO.String object raises
a ValueError instead of a StopIteration now (like file and cString.String do). a ValueError instead of a StopIteration now (like file and cString.String do).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment