Message416956
The docs for the hash() builtin use :meth:`__hash__`, but this doesn't actually link to the datamodel documentation for __hash__: it needs :meth:`~object.__hash__` instead.
I'm fixing this in the builtin functions docs, but there are probably more places.
Why don't we warn when a :meth: link doesn't actually create a link? |
|
| Date |
User |
Action |
Args |
| 2022-04-08 03:13:27 | JelleZijlstra | set | recipients:
+ JelleZijlstra, docs@python |
| 2022-04-08 03:13:27 | JelleZijlstra | set | messageid: <[email protected]> |
| 2022-04-08 03:13:27 | JelleZijlstra | link | issue47255 messages |
| 2022-04-08 03:13:27 | JelleZijlstra | create | |
|