| commit | 407b3bd89b877c198bf9cdbf290ddb91b49910b5 | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <mdickinson@enthought.com> | Sun Apr 29 22:18:31 2012 +0100 |
| committer | Mark Dickinson <mdickinson@enthought.com> | Sun Apr 29 22:18:31 2012 +0100 |
| tree | 2e60f2c615ab3ce8176763ba281897035b4e865f | |
| parent | 2420d831582a5403d679b6383933112948d476fe [diff] [blame] |
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
diff --git a/Misc/NEWS b/Misc/NEWS index 412735b..53aa074 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -56,6 +56,8 @@ 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.