On Fri, Aug 7, 2020 at 6:02 PM Greg Ewing <[email protected]> wrote:
> On 4/08/20 9:12 am, Guido van Rossum wrote: > > then presumably calling `c[1, index=2]` would just be an error (since it > > would be like attempting to call the method with two values for the > > `index` argument), > > Hmmm, does this mean that classes providing index notation would > now need to document the name of the parameter they use for the > index? > No, the whole point of my message was they wouldn't have to. -- --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 -- [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/FDPCPORZN3DJEVF52N6XQGFDB6VUYMTD/ Code of Conduct: http://python.org/psf/codeofconduct/
