> Agreed. Now can you come up with a syntax for positional-only > arguments? So far everybody has failed at that, and there are some use > cases where it's useful too. I guess it might be too late, but has anyone considered: def func(normal_arg, *, positional_arg, **, keyword_arg): pass -- Gustavo Niemeyer http://niemeyer.net