> 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
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to