mirror of https://github.com/python/cpython.git
[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
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue