diff options
| author | Guido van Rossum <guido@python.org> | 2006-08-28 15:27:34 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2006-08-28 15:27:34 (GMT) |
| commit | 86e58e239e39845e706c4afa392423f0fedcdf39 (patch) | |
| tree | 1d0f4d942e644ee5c903636d87176b98a7203371 /Parser/Python.asdl | |
| parent | ecfd0b2f3bfd622c3ba148e53d3feebb8c1ae721 (diff) | |
| download | cpython-86e58e239e39845e706c4afa392423f0fedcdf39.zip cpython-86e58e239e39845e706c4afa392423f0fedcdf39.tar.gz cpython-86e58e239e39845e706c4afa392423f0fedcdf39.tar.bz2 | |
SF patch 1547796 by Georg Brandl -- set literals.
Diffstat (limited to 'Parser/Python.asdl')
| -rw-r--r-- | Parser/Python.asdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl index 5124e47..55b3bd3 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl @@ -56,6 +56,7 @@ module Python version "$Revision$" | Lambda(arguments args, expr body) | IfExp(expr test, expr body, expr orelse) | Dict(expr* keys, expr* values) + | Set(expr* elts) | ListComp(expr elt, comprehension* generators) | GeneratorExp(expr elt, comprehension* generators) -- the grammar constrains where yield expressions can occur |
