[Python-3000-checkins] r54434 - in python/branches/p3yk: 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

Guido van Rossum guido at python.org
Mon Mar 19 17:52:21 CET 2007


On 3/19/07, Georg Brandl <g.brandl at gmx.net> wrote:
> Guido van Rossum schrieb:
> > Cool. Do you think you can port this to the modified copy of
> > tokenize.py in 2to3?
>
> That is, recognize "..." and yield it as "OP"?

Yes. (And modify the Grammar.txt file to match.)

> > (I wonder if this wouldn't be a candidate for 2.6 too.)
>
> It would certainly be backportable.
>
> Since Thomas Wouters said he'd rather see no backports to the trunk at the
> moment, I'll put it on my to-do list.

Fair enough.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000-checkins mailing list