Skip to content

gh-101880: add link to object.__hash__() in hash() builtin documentation#101883

Merged
kumaraditya303 merged 2 commits intopython:mainfrom
OTheDev:fix-hash-docs
Jul 8, 2023
Merged

gh-101880: add link to object.__hash__() in hash() builtin documentation#101883
kumaraditya303 merged 2 commits intopython:mainfrom
OTheDev:fix-hash-docs

Conversation

@OTheDev
Copy link
Copy Markdown
Contributor

@OTheDev OTheDev commented Feb 13, 2023

@kumaraditya303 kumaraditya303 enabled auto-merge (squash) July 8, 2023 08:47
@kumaraditya303 kumaraditya303 added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jul 8, 2023
@kumaraditya303 kumaraditya303 merged commit ec7180b into python:main Jul 8, 2023
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @OTheDev for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@bedevere-bot
Copy link
Copy Markdown

GH-106546 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 only security fixes label Jul 8, 2023
@bedevere-bot
Copy link
Copy Markdown

GH-106547 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 8, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 8, 2023
…mentation (pythonGH-101883)

(cherry picked from commit ec7180b)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
kumaraditya303 pushed a commit that referenced this pull request Jul 8, 2023
…umentation (GH-101883) (#106546)

gh-101880: add link to object.__hash__() in hash() builtin documentation (GH-101883)
(cherry picked from commit ec7180b)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
kumaraditya303 pushed a commit that referenced this pull request Jul 8, 2023
…umentation (GH-101883) (#106547)

gh-101880: add link to object.__hash__() in hash() builtin documentation (GH-101883)
(cherry picked from commit ec7180b)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
@OTheDev OTheDev deleted the fix-hash-docs branch January 28, 2025 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: link hash doc to object.__hash__ doc

5 participants