diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-05-07 15:34:34 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-05-07 15:34:34 (GMT) |
commit | 11c1dee183a39626a904f3f9e09b47dab3fd8117 (patch) | |
tree | c6e6fb5ba8ba5e13d475a46f72fe3ba7066c36ab /Misc | |
parent | cf360b92099d3ebcd31f637e45df501f393ff0b0 (diff) | |
download | cpython-11c1dee183a39626a904f3f9e09b47dab3fd8117.zip cpython-11c1dee183a39626a904f3f9e09b47dab3fd8117.tar.gz cpython-11c1dee183a39626a904f3f9e09b47dab3fd8117.tar.bz2 |
Issue #14697: Fix missing parser module support for set displays and set comprehensions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,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. - Issue #13183: Fix pdb skipping frames after hitting a breakpoint and running |