mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-134559: Add versionadded for `object.__replace__()
` (#134672)
This commit is contained in:
parent
3bffada467
commit
71290a6fbe
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