
Aug. 8, 2020
12:58 a.m.
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? -- Greg