[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.125,1.126

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 31 May 2003 01:05:52 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv1638

Modified Files:
	libstdtypes.tex 
Log Message:
Patch #744238: Explain that different string types also may compare equal.


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** libstdtypes.tex	10 May 2003 07:40:56 -0000	1.125
--- libstdtypes.tex	31 May 2003 08:05:49 -0000	1.126
***************
*** 145,149 ****
  \end{description}
  
! Objects of different types, except different numeric types, never
  compare equal; such objects are ordered consistently but arbitrarily
  (so that sorting a heterogeneous array yields a consistent result).
--- 145,149 ----
  \end{description}
  
! Objects of different types, except different numeric types and different string types, never
  compare equal; such objects are ordered consistently but arbitrarily
  (so that sorting a heterogeneous array yields a consistent result).