]> granicus.if.org Git - python/commit
Bug #1153: repr.repr() now doesn't require set and dictionary items
authorGeorg Brandl <georg@python.org>
Wed, 12 Sep 2007 19:00:07 +0000 (19:00 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 12 Sep 2007 19:00:07 +0000 (19:00 +0000)
commit8fd3ecf9289942d5544c3943be9bc4e9386908b7
tree1c380a82b3c4d3e280b02a714148c070da15db72
parentc28d5fb456444216e17afb81988e938eaea34592
Bug #1153: repr.repr() now doesn't require set and dictionary items
to be orderable to properly represent them.
Lib/repr.py
Lib/test/test_repr.py
Misc/NEWS