Guido van Rossum schrieb:
> Did you realize that this breaks test_modulefinder.py? It contains tests like
> 
>   from ... import something
> 
> and the parser now returns an ellipsis token for the there dots
> instead of three '.' tokens. Since this is valid syntax (even though
> Thomas doesn't like it :-) we should fix this somehow. I guess the
> syntax should use ('.' | '...')+ where it currently uses '.'+ and
> ditto for '.'*.

Argh, I saw the failure but decided it had nothing to do with my change...
I'd never have thought of that new relative import syntax :)

Should be fixed now.

Georg

_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to