]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve Counter.__repr__() to not fail with unorderable values
authorRaymond Hettinger <python@rcn.com>
Sat, 5 Nov 2011 20:35:26 +0000 (13:35 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 5 Nov 2011 20:35:26 +0000 (13:35 -0700)
commit4e6bf41934de08f62b22b90cda2e331eb4641dea
tree6fd3f1a8069eccab24e1d38fe5e093f9056ffa4e
parent0115fae8c21122cda699d2d9fbf51f755bb7b365
Improve Counter.__repr__() to not fail with unorderable values
Lib/collections.py
Lib/test/test_collections.py