]> granicus.if.org Git - python/commit
Issue #2335: Backport set literals syntax from Python 3.x.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 9 Jan 2010 23:35:54 +0000 (23:35 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 9 Jan 2010 23:35:54 +0000 (23:35 +0000)
commitee936a21308679654b2d458166ff094ed735fef7
tree612cd109e8ede4080f58f30ece3212d8e0f996d2
parente36561352895170f28f77f0b4ec4292e35d1cc01
Issue #2335: Backport set literals syntax from Python 3.x.
24 files changed:
Doc/reference/expressions.rst
Grammar/Grammar
Include/Python-ast.h
Include/graminit.h
Include/opcode.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_grammar.py
Lib/test/test_parser.py
Misc/NEWS
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