]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 12 Apr 2024 08:46:20 +0000 (11:46 +0300)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 08:46:20 +0000 (08:46 +0000)
commit6e05537676da56b37ba0c9dbb459b60422918988
tree71e57e6530ed9ab6616e6e5a66227532eb7bf6dd
parentdeb921f85173a194afb4386553d85c3f99767ca1
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Modules/_datetimemodule.c
Objects/codeobject.c
Objects/namespaceobject.c
Objects/structseq.c