[Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.50,1.51

Tim Peters tim_one@users.sourceforge.net
Mon, 01 Oct 2001 13:25:28 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv752/python/Doc/ref

Modified Files:
	ref5.tex 
Log Message:
Removed stray backslash (a typo -- my fault).


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** ref5.tex	2001/10/01 20:22:45	1.50
--- ref5.tex	2001/10/01 20:25:26	1.51
***************
*** 820,824 ****
     this efficiently, without constructing lists or sorting.}
  Outcomes other than equality are resolved consistently, but are not
! otherwise defined.\footnote{Earlier versions of Python used\
    lexicographic comparison of the sorted (key, value) lists, but this
    was very expensive for the common case of comparing for equality.  An
--- 820,824 ----
     this efficiently, without constructing lists or sorting.}
  Outcomes other than equality are resolved consistently, but are not
! otherwise defined.\footnote{Earlier versions of Python used
    lexicographic comparison of the sorted (key, value) lists, but this
    was very expensive for the common case of comparing for equality.  An