8000 [3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) by miss-islington · Pull Request #119430 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3 8000 .13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) #119430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696)
(cherry picked from commit 447edb6)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
  • Loading branch information
lysnikolaou authored and miss-islington committed May 22, 2024
commit a73cc7357c36f81d7f62baab53ac9fc6664cf7b8
1 change: 1 addition & 0 deletions Doc/c-api/dict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Dictionary Objects
to both *default_value* and *\*result* (if it's not ``NULL``).
These may refer to the same object: in that case you hold two separate
references to it.

.. versionadded:: 3.13


Expand Down
Loading
0