Message below sent in error. Please ignore. I'll send a replacement in a
few minutes. Please accept my apologies.

On Sat, Aug 15, 2020 at 4:30 PM Jonathan Fine <[email protected]> wrote:

> Hi Steven
>
>
> Recall that my proposal implies
>     >>> d = dict()
>     >>> d[a=1, b=2] = 42
>     >>> d[a=1, b=2]
>     42
>
> Recall that your proposal implies
>     >>> d = dict()
>     >>> d[a=1, b=2] = 42
>     TypeError: wrapper __setitem__ doesn't take keyword arguments
>
>
>>
>
>
>
_______________________________________________
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/7RNITRYNTORZ5VY547L5QPWXD5SKPB47/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to