[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 71290a6fbe)

Co-authored-by: tmlnv <108088921+tmlnv@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-05-26 12:29:51 +02:00 committed by GitHub
parent ed52549c37
commit c8379c7edf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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::