diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-05-07 16:25:14 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-05-07 16:25:14 (GMT) |
commit | 943cab2fec8e7fb3232e72d9f1ca6535674e746a (patch) | |
tree | 94dc564794188e6c61b0bc9bf23c9dd322a14be3 /Misc/NEWS | |
parent | 72f6095d4fc50c0e92ea0f88df898ffe67cdb67c (diff) | |
parent | da029fb293d7b389ad54bd843966a266fb4de615 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |