diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-04-29 21:18:31 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-04-29 21:18:31 (GMT) |
commit | 407b3bd89b877c198bf9cdbf290ddb91b49910b5 (patch) | |
tree | 2e60f2c615ab3ce8176763ba281897035b4e865f /Misc/NEWS | |
parent | 2420d831582a5403d679b6383933112948d476fe (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |