summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-04 14:18:20 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-04 14:18:20 (GMT)
commit78903db5b62ba6b57600b2dbac34f14f605c59b0 (patch)
tree342be2d50b0f7f4d01cbd46a8081b4039b2b960c
parent502d059b78cbb998f4897597039a2ee52e1aee0e (diff)
downloadcpython-78903db5b62ba6b57600b2dbac34f14f605c59b0.zip
cpython-78903db5b62ba6b57600b2dbac34f14f605c59b0.tar.gz
cpython-78903db5b62ba6b57600b2dbac34f14f605c59b0.tar.bz2
Revert patch for 1162912.
-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}