]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-134559: Add versionadded for ``object.__replace__()`` (#134672)
authortmlnv <108088921+tmlnv@users.noreply.github.com>
Mon, 26 May 2025 09:39:04 +0000 (12:39 +0300)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 09:39:04 +0000 (10:39 +0100)
Doc/library/copy.rst

index 95b41f988a035b8bd5d3c1809ff4ae7820b43f4e..210ad7188003e66b324bd01700c974373b0e7708 100644 (file)
@@ -122,6 +122,8 @@ and only supports named tuples created by :func:`~collections.namedtuple`,
    This method should create a new object of the same type,
    replacing fields with values from *changes*.
 
+   .. versionadded:: 3.13
+
 
 .. seealso::