[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.183, 1.184

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Mon Jul 4 16:17:50 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5631/Doc/lib

Modified Files:
	libstdtypes.tex 
Log Message:
Revert patch for 1162912.



Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- libstdtypes.tex	3 Jul 2005 20:21:40 -0000	1.183
+++ libstdtypes.tex	4 Jul 2005 14:17:47 -0000	1.184
@@ -1146,9 +1146,6 @@
   because \var{cmp} is called multiple times for each list element while
   \var{key} and \var{reverse} touch each element only once.
 
-  \note{If both \var{key} and \var{cmp} are supplied the \var{key}
-  function is applied before the \var{cmp} function.}
-
   \versionchanged[Support for \code{None} as an equivalent to omitting
   \var{cmp} was added]{2.3}
 



More information about the Python-checkins mailing list