Post #71 883 May 25, 2025, 18:57 UTC https://github.com/python/cpython/issues/134559#cpython #docs GitHub copy.replace() is annotated as "versionadded: 3.13", but `object.__replace__` isn't · Issue #134559 · python/cpython Documentation In the copy module documentation, the function copy.replace() has a .. versionadded:: annotation marking it as new in Python 3.13. But the related object.__replace__ dunder method — w... 👍 1