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: <1649387607.61.0.419587041058.issue47255@roundup.psfhosted.org> |
2022-04-08 03:13:27 | JelleZijlstra | link | issue47255 messages |
2022-04-08 03:13:27 | JelleZijlstra | create | |
|