gh-152359: Update numbers.rst to reference numeric-hash docs#152549
Conversation
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This reverts commit 7d47a51.
Documentation build overview
4 files changed± howto/mro.html± library/hashlib.html± library/numbers.html± whatsnew/changelog.html |
|
@skirpichev @picnixz Both suggestions make sense to me. Could you two agree on which one to go with? |
Well, usually it's safer to prefer suggestion from core developer. Looks ok for me too. |
|
Applied the suggestion, thanks both! PTAL. |
|
My rationale is that the title of the linked section is "Hashing of numeric types" so I think it's explicit enough. And having the "also" after the "See" makes it a bit more optional (so you aren't interrupted in the reading flow too much) |
|
Just to be sure but the corresponding page is relevant even up to 3.13 right? |
Yes |
|
Thanks @tangyuan0821 for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-152579 is a backport of this pull request to the 3.15 branch. |
|
GH-152580 is a backport of this pull request to the 3.14 branch. |
|
GH-152581 is a backport of this pull request to the 3.13 branch. |
Remove the outdated
Fraction.__hash__example and link to numeric-hash docs.