gh-134559: Add versionadded for `object.__replace__()` (#134672)

This commit is contained in:
tmlnv 2025-05-26 12:39:04 +03:00 committed by GitHub
parent 3bffada467
commit 71290a6fbe
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::