]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update docstring for _asdict() to indicate it is obsolete.
authorRaymond Hettinger <python@rcn.com>
Fri, 17 May 2013 23:43:14 +0000 (16:43 -0700)
committerRaymond Hettinger <python@rcn.com>
Fri, 17 May 2013 23:43:14 +0000 (16:43 -0700)
commit587d3bf78a091c9629fc7952e47197838d338d47
tree0c4cc8071f19ef04c6a36e4429ccfd95cc6b2758
parentd2b58a9880d119b20e1fc1c82a3e2e2d9eaa0817
Update docstring for _asdict() to indicate it is obsolete.
Use the cleaner looking @property style for __dict__.
Move _replace() to be just after make() to indicate that
it is a core method on named tuples.
Lib/collections/__init__.py