mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[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:
parent
ed52549c37
commit
c8379c7edf
1 changed files with 2 additions and 0 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue