]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Deprecate nametuple._asdict()
authorRaymond Hettinger <python@rcn.com>
Sat, 18 May 2013 00:14:27 +0000 (17:14 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 18 May 2013 00:14:27 +0000 (17:14 -0700)
commit4e0172fd9acf7c5e8f30905fc997f904adbe562f
tree4b3d9a89af022af0b132a00e73d41fb24a63f36d
parent8c03d832b33e02b575b78d53406a3f1ee2706f8d
Deprecate nametuple._asdict()
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS