Skip to content

Commit c8379c7

Browse files
[3.14] gh-134559: Add versionadded for object.__replace__() (GH-134672) (#134699)
gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (cherry picked from commit 71290a6) Co-authored-by: tmlnv <108088921+tmlnv@users.noreply.github.com>
1 parent ed52549 commit c8379c7

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)