On Tue, Sep 1, 2020 at 8:45 AM Steven D'Aprano <st...@pearwood.info> wrote:

> This is slightly revised version of something I sent to Stefano two
> weeks ago. I hope he is planning to use this, or something similar, in
> the PEP, but for what it's worth here it is for discussion.
>

Excellent. Could you add some cases that show how `d[1]` differs from
`d[1,]`? (And perhaps explain the reason why `d[1, k=2]` follows `d[1]`
instead of `d[1,]`. I know the answer, but it's worth being clear about
this particular edge case because it has tripped up various attempts.)

-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*
<http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/H4HUOASRBPUNWFZKU6QWFHVJVEM4YFGK/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to