From: Georg Brandl Date: Mon, 4 Jul 2005 14:18:20 +0000 (+0000) Subject: Revert patch for 1162912. X-Git-Tag: v2.4.2c1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78903db5b62ba6b57600b2dbac34f14f605c59b0;p=thirdparty%2FPython%2Fcpython.git Revert patch for 1162912. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 9d1d9b18b747..65e96bf0f7cf 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1146,9 +1146,6 @@ Notes: 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}