]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1550786: ellipsis literal.
authorGeorg Brandl <georg@python.org>
Wed, 6 Sep 2006 07:06:08 +0000 (07:06 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 Sep 2006 07:06:08 +0000 (07:06 +0000)
commit52318d6215f9f9626d38a9b81b52d411dbbdb36a
tree72563f6321f9265fb9d77702ee729e68048bdd07
parent7cae87ca7b0a3a7ce497cbd335c8ec82fe680476
Patch #1550786: ellipsis literal.
19 files changed:
Doc/lib/libconsts.tex
Doc/lib/libstdtypes.tex
Doc/ref/ref3.tex
Doc/ref/ref5.tex
Grammar/Grammar
Include/Python-ast.h
Lib/compiler/ast.py
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Lib/test/output/test_grammar
Lib/test/test_grammar.py
Modules/parsermodule.c
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c
Python/graminit.c
Python/symtable.c
Tools/compiler/ast.txt