summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-04 14:17:47 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-04 14:17:47 (GMT)
commit290f3829d79f5ed4073ea0bef8345fcd72ad9ec9 (patch)
treec13c0407f4925559a10aae16053b621f4b735b06 /Doc/lib
parent918a9e2f63a037de2a32e2b009944a0e5c693742 (diff)
downloadcpython-290f3829d79f5ed4073ea0bef8345fcd72ad9ec9.zip
cpython-290f3829d79f5ed4073ea0bef8345fcd72ad9ec9.tar.gz
cpython-290f3829d79f5ed4073ea0bef8345fcd72ad9ec9.tar.bz2
Revert patch for 1162912.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libstdtypes.tex3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 9d1d9b1..65e96bf 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}