This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients brett.cannon, larry, pitrou, yselivanov
Date 2015-05-14.15:49:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431618584.06.0.505440297178.issue24189@psf.upfronthosting.co.za>
In-reply-to
Content
> What do you mean? In Signature or in BoundArguments? I would hope that
Signature keeps it.

I mean during the actual call, as **kwargs aren't ordered.

I think having indexes for parameters would make sense for a language like JS or C, where there are no keyword arguments, and indexes of parameters match indexes of arguments.
History
Date User Action Args
2015-05-14 15:49:44yselivanovsetrecipients: + yselivanov, brett.cannon, pitrou, larry
2015-05-14 15:49:44yselivanovsetmessageid: <1431618584.06.0.505440297178.issue24189@psf.upfronthosting.co.za>
2015-05-14 15:49:44yselivanovlinkissue24189 messages
2015-05-14 15:49:43yselivanovcreate