cpython/Lib/collections
Raymond Hettinger 0bb4bdf0d9
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)
* Change from OrderedDict to a regular dict

* Add blurb
2019-01-31 00:59:50 -08:00
..
__init__.py bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) 2019-01-31 00:59:50 -08:00
abc.py whitespace cleanup 2013-10-13 02:27:22 +02:00