cpython/Doc/whatsnew
Serhiy Storchaka 58cf607d13 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
The utf-16* and utf-32* encoders no longer allow surrogate code points
(U+D800-U+DFFF) to be encoded.
The utf-32* decoders no longer decode byte sequences that correspond to
surrogate code points.
The surrogatepass error handler now works with the utf-16* and utf-32* codecs.

Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
2013-11-19 11:32:41 +02:00
..
2.0.rst Issue #15527: fix docs, remove double parens by changing markup. 2012-08-11 21:14:08 +03:00
2.1.rst Issue #15527: fix docs, remove double parens by changing markup. 2012-08-11 21:14:08 +03:00
2.2.rst Issue #18589: fix hyperlinking of type slots (tp_*) 2013-08-01 21:12:45 +02:00
2.3.rst Merge #15543: glossary entry for and 'universal newlines', and links to it. 2012-08-15 11:11:27 -04:00
2.4.rst Merge #15543: glossary entry for and 'universal newlines', and links to it. 2012-08-15 11:11:27 -04:00
2.5.rst Merge #15543: glossary entry for and 'universal newlines', and links to it. 2012-08-15 11:11:27 -04:00
2.6.rst Remove confusing "Release" and "Date" markers from whatsnews. 2012-10-28 13:35:56 +01:00
2.7.rst Remove confusing "Release" and "Date" markers from whatsnews. 2012-10-28 13:35:56 +01:00
3.0.rst Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. 2012-10-28 13:37:18 +01:00
3.1.rst Remove confusing "Release" and "Date" markers from whatsnews. 2012-10-28 13:35:56 +01:00
3.2.rst - Issue #16754: Fix the incorrect shared library extension on linux. Introduce 2013-03-21 13:31:41 -07:00
3.3.rst #17623: fix whatsnew typo 2013-04-03 06:16:14 -04:00
3.4.rst Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. 2013-11-19 11:32:41 +02:00
changelog.rst Fix/improve the changelog filtering. 2012-10-02 01:43:42 +03:00
index.rst merge with 3.3. 2012-10-01 19:09:00 +02:00