summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-29 08:20:44 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-29 08:20:44 (GMT)
commitd679377be78c732f1c7414726542c6b49c9b34ab (patch)
tree145ae100449962e22449421a35a27c86ef0ccab8 /Misc/NEWS
parent8e0ae2a4f08bc01b18ba46cbebab78ac9f0c00a6 (diff)
downloadcpython-d679377be78c732f1c7414726542c6b49c9b34ab.zip
cpython-d679377be78c732f1c7414726542c6b49c9b34ab.tar.gz
cpython-d679377be78c732f1c7414726542c6b49c9b34ab.tar.bz2
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index daca4d3..36edcba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -214,6 +214,8 @@ Core and Builtins
Library
-------
+- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
+
- Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.