summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-04-29 21:18:31 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-04-29 21:18:31 (GMT)
commit407b3bd89b877c198bf9cdbf290ddb91b49910b5 (patch)
tree2e60f2c615ab3ce8176763ba281897035b4e865f /Misc/NEWS
parent2420d831582a5403d679b6383933112948d476fe (diff)
downloadcpython-407b3bd89b877c198bf9cdbf290ddb91b49910b5.zip
cpython-407b3bd89b877c198bf9cdbf290ddb91b49910b5.tar.gz
cpython-407b3bd89b877c198bf9cdbf290ddb91b49910b5.tar.bz2
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
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 412735b..53aa074 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@ Core and Builtins
Library
-------
+- Issue #14696: Fix parser module to understand 'nonlocal' declarations.
+
- Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
the DST transition. Patch by Joe Peterson.