8000 gh-134559: Add versionadded for ``object.__replace__()`` (#134672) · faster-cpython/cpython@71290a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71290a6

Browse files
authored
pythongh-134559: Add versionadded for object.__replace__() (python#134672)
1 parent 3bffada commit 71290a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/copy.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ and only supports named tuples created by :func:`~collections.namedtuple`,
122122
This method should create a new object of the same type,
123123
replacing fields with values from *changes*.
124124

125+
.. versionadded:: 3.13
126+
125127

126128
.. seealso::
127129

0 commit comments

Comments
 (0)
0