Jim Jewett wrote:

> On the other hand, it would be pretty easy to miss that x needed a
> value, particularly if x were the third or fourth of a dozen keywords.

That could be addressed by requiring that all mandatory
keyword-only args are listed before the optional ones
in the def. Of course, you would be allowed to supply
them in any order in the call.

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