]> granicus.if.org Git - python/commit
The doctest was printing Sets, but that's unreliable because set
authorTim Peters <tim.peters@gmail.com>
Sat, 1 Mar 2003 23:33:34 +0000 (23:33 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 1 Mar 2003 23:33:34 +0000 (23:33 +0000)
commit3ba491e6b1747707374e56fd9f0fb958b2aafcd5
tree8cfd9676211655a58f1c736f43b2dd9558b311d8
parentf421e81e4112809380542af378575756247eba00
The doctest was printing Sets, but that's unreliable because set
elements get displayed in undefined dict order.  Use a Set subclass
instead (which arranges to sort the elements for display).
Lib/test/test_sets.py