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 Minor reformatting (wrap fat lines, etc.) and create an __main__ file 2012-06-09 18:46:45 -07:00
abc.py Add missing docstrings to the collections ABCs 2013-03-24 15:20:29 -07:00