Commit f73b4b00 authored by Georg Brandl's avatar Georg Brandl

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

parent 9a65d583
...@@ -1146,6 +1146,9 @@ Notes: ...@@ -1146,6 +1146,9 @@ Notes:
because \var{cmp} is called multiple times for each list element while because \var{cmp} is called multiple times for each list element while
\var{key} and \var{reverse} touch each element only once. \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 \versionchanged[Support for \code{None} as an equivalent to omitting
\var{cmp} was added]{2.3} \var{cmp} was added]{2.3}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment