]> granicus.if.org Git - python/commit
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ."...
authorGeorg Brandl <georg@python.org>
Sun, 18 Mar 2007 19:01:53 +0000 (19:01 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 Mar 2007 19:01:53 +0000 (19:01 +0000)
commitdde002899db8d04ac25d630fcc3a27e8bbf282ea
tree336d26b7a0e0da705cc729688de862bea896b251
parent428f0641ec34902b0cce2cfdca833c79e6fdab7c
Make ELLIPSIS a separate token. This makes it a syntax error to write ". .    ." for Ellipsis.
Grammar/Grammar
Include/token.h
Lib/compiler/transformer.py
Lib/test/test_grammar.py
Lib/token.py
Lib/tokenize.py
Parser/tokenizer.c
Python/ast.c
Python/graminit.c