]> 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:10 +0000 (19:00 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 12 Sep 2007 19:00:10 +0000 (19:00 +0000)
commitfed6bb7d7061f940c4fe4ed43526ea5bbf968de2
treebdba37e297d643c200e406e08f9dcab6a9b9fc2f
parent226910f52d94beededad90e9de644c0da663d72a
Bug #1153: repr.repr() now doesn't require set and dictionary items
to be orderable to properly represent them.
 (backport from rev. 58122)
Lib/repr.py
Lib/test/test_repr.py
Misc/NEWS