summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-05-07 16:25:14 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-05-07 16:25:14 (GMT)
commit943cab2fec8e7fb3232e72d9f1ca6535674e746a (patch)
tree94dc564794188e6c61b0bc9bf23c9dd322a14be3 /Misc/NEWS
parent72f6095d4fc50c0e92ea0f88df898ffe67cdb67c (diff)
parentda029fb293d7b389ad54bd843966a266fb4de615 (diff)
downloadcpython-943cab2fec8e7fb3232e72d9f1ca6535674e746a.zip
cpython-943cab2fec8e7fb3232e72d9f1ca6535674e746a.tar.gz
cpython-943cab2fec8e7fb3232e72d9f1ca6535674e746a.tar.bz2
Issue #14741: Merge fix from 3.2.
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 4904a21..9e48da5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Core and Builtins
Library
-------
+- Issue #14741: Fix missing support for Ellipsis ('...') in parser module.
+
- Issue #14697: Fix missing support for set displays and set comprehensions in
parser module.