Message408014
At https://docs.python.org/3/reference/datamodel.html#object.__hash__
It says:
Called by built-in function hash() and for operations on members of hashed collections including set, frozenset, and dict. __hash__() should return an integer.
How it's rendered there, the kerning made it confusing to me on a first read because dict. [new sentence]__hash__() looked like dict.__hash__().
I think a line break should be added, which I'll open a pr to do. |
|
| Date |
User |
Action |
Args |
| 2021-12-08 12:37:28 | JMcB17 | set | recipients:
+ JMcB17, docs@python |
| 2021-12-08 12:37:28 | JMcB17 | set | messageid: <[email protected]> |
| 2021-12-08 12:37:28 | JMcB17 | link | issue46013 messages |
| 2021-12-08 12:37:28 | JMcB17 | create | |
|