cpython/Lib/collections
Raymond Hettinger 587d3bf78a 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.
2013-05-17 16:43:14 -07:00
..
__init__.py Update docstring for _asdict() to indicate it is obsolete. 2013-05-17 16:43:14 -07:00
__main__.py
abc.py Add missing docstrings to the collections ABCs 2013-03-24 15:20:29 -07:00