This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JelleZijlstra
Recipients JelleZijlstra, docs@python
Date 2022-04-08.03:13:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649387607.61.0.419587041058.issue47255@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2022-04-08 03:13:27JelleZijlstrasetrecipients: + JelleZijlstra, docs@python
2022-04-08 03:13:27JelleZijlstrasetmessageid: <1649387607.61.0.419587041058.issue47255@roundup.psfhosted.org>
2022-04-08 03:13:27JelleZijlstralinkissue47255 messages
2022-04-08 03:13:27JelleZijlstracreate