]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110275: Named tuple's __replace__() now raises TypeError for invalid arguments...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Dec 2023 11:30:32 +0000 (13:30 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 11:30:32 +0000 (13:30 +0200)
commitc74e9fb18917ceb287c3ed5be5d0c2a16a646a99
tree9711cd61ea23fbc2461659ed38ba37feba6ad63e
parentda6760bdf5ed8ede203618d5118f4ceb2cb1652d
gh-110275: Named tuple's __replace__() now raises TypeError for invalid arguments (GH-110299)
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Lib/test/test_copy.py
Misc/NEWS.d/next/Library/2023-11-08-16-11-04.gh-issue-110275.Bm6GwR.rst [new file with mode: 0644]