[Python-Dev] PEP 362 Third Revision (original) (raw)

Alexandre Zani alexandre.zani at gmail.com
Thu Jun 14 23:01:04 CEST 2012


On Thu, Jun 14, 2012 at 2:00 PM, Benjamin Peterson <benjamin at python.org> wrote:

2012/6/14 Alexandre Zani <alexandre.zani at gmail.com>:

How about keyword instead of kwonly? I find kwonly clear when side-by-side with varkw, but ambiguous standalone.

I like the idea of using args and kwargs just because those are the defacto standard way we refer to that type of argument. That conflates the name of the parameter with what it does.

Agreed, but also easily understood.

-- Regards, Benjamin



More information about the Python-Dev mailing list