summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-04 23:23:09 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-04 23:23:09 +0200
commitcfa9636404bb76cc98c5d5082457769c901b405f (patch)
tree623ba0564b7ab76ee6564ae039e12438b9e1dc3d /Misc/NEWS
parentb716f84880fb719be417e9b49f8bb55bfd0106b8 (diff)
parentf7ed5d111bbe30b36b2629a87d9fcc291de4aafb (diff)
downloadcpython-git-cfa9636404bb76cc98c5d5082457769c901b405f.tar.gz
#8271: merge with 3.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29b1562ae9..1e9c3da169 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.