[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

Georg Brandl g.brandl at gmx.net
Mon Mar 19 16:32:11 CET 2007


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"?

> (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.

Georg



More information about the Python-3000-checkins mailing list