Guido van Rossum wrote:

> If we did end up allowing multiple **kwds, the code implementing calls
> should check that they don't overlap with each other or with other
> keyword args or with named positional args,

An alternative might be to add a + operator to dicts
which disallowed overlaps. That could be useful in
other contexts as well.

--
Greg
_______________________________________________
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