Dear all, "Support for indexing with keyword arguments" has now been merged with the assigned PEP number 637.
For future reference, this email will be added to the Post-History of the PEP. On Mon, 21 Sep 2020 at 21:34, Stefano Borini <[email protected]> wrote: > > PEP for support for indexing with keyword arguments is now submitted as PR. > > https://github.com/python/peps/pull/1612 > > Thanks to everybody involved in the development of the PEP and the > interesting discussion. All your contributions have been received and > often added to the document. > If the PEP is approved, I would like to attempt an implementation, but > I am not particularly skilled in the python internals. If a core > developer is willing to teach me the ropes (especially in the new > parser, I barely understood the syntax of the old one, but have no > idea about the new one) and review my code I can give it a try. I > would not mind refreshing my C a bit. -- Kind regards, Stefano Borini _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/25ZPXADTQNJRMCSG4BJO4QJ7OQAL67N6/ Code of Conduct: http://python.org/psf/codeofconduct/
