bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage

This commit is contained in:
Georg Brandl 2005-07-03 20:21:40 +00:00
parent 9a65d583ac
commit f73b4b0077
1 changed files with 3 additions and 0 deletions

View File

@ -1146,6 +1146,9 @@ 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}