[Python-checkins] python/dist/src/Lib repr.py,1.18,1.19 (original) (raw)

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat May 22 15:37:24 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23575

Modified Files: repr.py Log Message: Make sure sets are printed in sorted order

Index: repr.py

RCS file: /cvsroot/python/python/dist/src/Lib/repr.py,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** repr.py 21 May 2004 23:01:17 -0000 1.18 --- repr.py 22 May 2004 19:37:21 -0000 1.19


*** 63,69 **** --- 63,71 ----

  def repr_set(self, x, level):


More information about the Python-checkins mailing list