On Sat, May 2, 2020 at 11:39 PM Richard Damon <[email protected]>
wrote:
> Doesn't it also imply that ('a',) == 'a' and that you couldn't get a
> dict to use both of these as keys?
>
```
>>> {1.0: 2, 1: 3}
{1.0: 3}
```
_______________________________________________
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/C6QIDT2ZSZMAGKRB5EG5AFQS7LWGCV2J/
Code of Conduct: http://python.org/psf/codeofconduct/