]> granicus.if.org Git - python/commit
Issue #2333: Backport set and dict comprehensions syntax.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 11 Jan 2010 22:36:12 +0000 (22:36 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 11 Jan 2010 22:36:12 +0000 (22:36 +0000)
commitb646547bb45fe1df6abefd94f892c633798d91d2
treeef1add045741d309129266726f5ba45562184091
parent0ca7452794bef03b66f56cc996a73cac066d0ec1
Issue #2333: Backport set and dict comprehensions syntax.
26 files changed:
Doc/reference/expressions.rst
Grammar/Grammar
Include/Python-ast.h
Include/graminit.h
Include/opcode.h
Include/symtable.h
Lib/compiler/ast.py
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Lib/opcode.py
Lib/symbol.py
Lib/test/test_compiler.py
Lib/test/test_dictcomps.py [new file with mode: 0644]
Lib/test/test_grammar.py
Lib/test/test_parser.py
Lib/test/test_setcomps.py [new file with mode: 0644]
Modules/parsermodule.c
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/ceval.c
Python/compile.c
Python/graminit.c
Python/import.c
Python/symtable.c