]> granicus.if.org Git - python/commit
Improve namedtuple's _cast() method with a docstring, new name, and error-checking.
authorRaymond Hettinger <python@rcn.com>
Sat, 5 Jan 2008 01:35:43 +0000 (01:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 5 Jan 2008 01:35:43 +0000 (01:35 +0000)
commit02740f73ff0f12d276ef16b73208d4f9f8d62baa
tree7165cccdbee9448c4a0474ac4d85c0427b7367b4
parentced4eb06e4fe528c99b34f4167011f8908c933af
Improve namedtuple's _cast() method with a docstring, new name, and error-checking.
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py