[Python-Dev] Can Python guarantee the order of keyword-only parameters? (original) (raw)
Larry Hastings larry at hastings.org
Mon Nov 27 16:38:11 EST 2017
- Previous message (by thread): [Python-Dev] Can Python guarantee the order of keyword-only parameters?
- Next message (by thread): [Python-Dev] Can Python guarantee the order of keyword-only parameters?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/27/2017 12:19 PM, Robert Collins wrote:
Plus 1 from me. I'm not 100% sure the signature / inspect backport does this, but as you say, it should be trivial to do, to whatever extent the python version we're hosted on does it.
I'm not sure exactly what you mean when you say "signature / inspect backport". If you mean backporting inspect.signature to Python 2, this topic is irrelevant, as Python 2 doesn't have keyword-only parameters.
//arry/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171127/798f0502/attachment-0001.html>
- Previous message (by thread): [Python-Dev] Can Python guarantee the order of keyword-only parameters?
- Next message (by thread): [Python-Dev] Can Python guarantee the order of keyword-only parameters?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]