diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-04 23:23:09 +0200 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-04 23:23:09 +0200 |
commit | cfa9636404bb76cc98c5d5082457769c901b405f (patch) | |
tree | 623ba0564b7ab76ee6564ae039e12438b9e1dc3d /Misc/NEWS | |
parent | b716f84880fb719be417e9b49f8bb55bfd0106b8 (diff) | |
parent | f7ed5d111bbe30b36b2629a87d9fcc291de4aafb (diff) | |
download | cpython-git-cfa9636404bb76cc98c5d5082457769c901b405f.tar.gz |
#8271: merge with 3.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #8271: the utf-8 decoder now outputs the correct number of U+FFFD + characters when used with the 'replace' error handler on invalid utf-8 + sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti. + - Issue #5765: Apply a hard recursion limit in the compiler instead of blowing the stack and segfaulting. Initial patch by Andrea Griffini. |