cpython/Doc/whatsnew
Victor Stinner 2cded9c3f3 Issue #12016: Multibyte CJK decoders now resynchronize faster
They only ignore the first byte of an invalid byte sequence.

For example, b'\xff\n'.decode('gb2312', 'replace') gives '\ufffd\n' instead of
'\ufffd'.
2011-07-08 01:45:13 +02:00
..
2.0.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
2.1.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
2.2.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
2.3.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
2.4.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
2.5.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 2011-07-04 11:28:30 -07:00
2.6.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
2.7.rst #10526: fix typo. 2010-11-26 11:50:13 +00:00
3.0.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
3.1.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
3.2.rst merge 3.2 2011-06-16 18:51:37 -05:00
3.3.rst Issue #12016: Multibyte CJK decoders now resynchronize faster 2011-07-08 01:45:13 +02:00
index.rst Add 3.3 whatsnew to index. 2011-02-25 11:28:22 +00:00