mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) (#119430)
(cherry picked from commit 447edb6e98
)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
This commit is contained in:
parent
08416065a7
commit
0bd7c879cf
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ Dictionary Objects
|
||||||
to both *default_value* and *\*result* (if it's not ``NULL``).
|
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
|
These may refer to the same object: in that case you hold two separate
|
||||||
references to it.
|
references to it.
|
||||||
|
|
||||||
.. versionadded:: 3.13
|
.. versionadded:: 3.13
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue