]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add error-checking to namedtuple's _replace() method.
authorRaymond Hettinger <python@rcn.com>
Sat, 5 Jan 2008 02:17:24 +0000 (02:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 5 Jan 2008 02:17:24 +0000 (02:17 +0000)
commit1b50fd7cb3e9a4483f6da49c027ebde4501d1c17
tree5fbe7ba58aafb667a6c6e14920e17a7f19f9456c
parent02740f73ff0f12d276ef16b73208d4f9f8d62baa
Add error-checking to namedtuple's _replace() method.
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py