[Python-Dev] PEP 362 Third Revision

Yury Selivanov yselivanov.ml at gmail.com
Fri Jun 15 13:25:40 CEST 2012


On 2012-06-14, at 11:21 PM, Nick Coghlan wrote:
> On Fri, Jun 15, 2012 at 11:37 AM, Yury Selivanov
> <yselivanov.ml at gmail.com> wrote:
>> On 2012-06-14, at 7:16 PM, Nick Coghlan wrote:
>> 
>>> POSITIONAL_ONLY
>>> POSITIONAL_OR_KEYWORD
>>> VAR_POSITIONAL
>>> KEYWORD_ONLY
>>> VAR_KEYWORD
>> 
>> I like those.  A bit too lengthy and verbose, but the names
>> are consistent.
> 
> In this case, I'm willing to trade a bit of verbosity for accuracy. It
> also suggests a possible, more explicit name for the attribute:
> "binding".

Can we keep it called 'kind'?

While technically 'binding' is more precise description for this, it's
not as intuitive as 'kind'.

Thank you,

-
Yury


More information about the Python-Dev mailing list