]> granicus.if.org Git - python/commit
Issue #9826: Handle recursive repr in collections.OrderedDict.
authorRaymond Hettinger <python@rcn.com>
Sun, 12 Sep 2010 05:28:42 +0000 (05:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 12 Sep 2010 05:28:42 +0000 (05:28 +0000)
commit69976a7fbe7b3296d97a1e3169ec2b361feadfa9
treed96c7eb7ffb90aa518e859b27bb17a358104a206
parent22450c2aee704f2485940ee792e301fc00dfde58
Issue #9826:  Handle recursive repr in collections.OrderedDict.
Lib/collections.py
Lib/test/test_collections.py
Misc/NEWS