[Python-Dev] PEP 362 Third Revision (original) (raw)
Alexandre Zani alexandre.zani at gmail.com
Thu Jun 14 23:01:04 CEST 2012
- Previous message: [Python-Dev] PEP 362 Third Revision
- Next message: [Python-Dev] PEP 362 Third Revision
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] PEP 362 Third Revision
- Next message: [Python-Dev] PEP 362 Third Revision
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]