summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-05-07 15:36:33 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-05-07 15:36:33 (GMT)
commit72f6095d4fc50c0e92ea0f88df898ffe67cdb67c (patch)
treecd4e893521406cd0efa2eb10a6f494722a9cc53f /Misc
parent0576f9b4cf7e4b373eff1e610d6c63682a0ce089 (diff)
parent11c1dee183a39626a904f3f9e09b47dab3fd8117 (diff)
downloadcpython-72f6095d4fc50c0e92ea0f88df898ffe67cdb67c.zip
cpython-72f6095d4fc50c0e92ea0f88df898ffe67cdb67c.tar.gz
cpython-72f6095d4fc50c0e92ea0f88df898ffe67cdb67c.tar.bz2
Issue #14697: Merge fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7350be..4904a21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
Library
-------
+- Issue #14697: Fix missing support for set displays and set comprehensions in
+ parser module.
+
- Issue #14701: Fix missing support for 'raise ... from' in parser module.
- Add support for timeouts to the acquire() methods of