Commit 91f5cbe2 authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #872461: list.extend() described as experimental

parent 8f799e4c
...@@ -1013,9 +1013,7 @@ Notes: ...@@ -1013,9 +1013,7 @@ Notes:
no longer works in Python 2.0. Use of this misfeature has been no longer works in Python 2.0. Use of this misfeature has been
deprecated since Python 1.4. deprecated since Python 1.4.
\item[(3)] Raises an exception when \var{x} is not a list object. The \item[(3)] Raises an exception when \var{x} is not a list object.
\method{extend()} method is experimental and not supported by
mutable sequence types other than lists.
\item[(4)] Raises \exception{ValueError} when \var{x} is not found in \item[(4)] Raises \exception{ValueError} when \var{x} is not found in
\var{s}. When a negative index is passed as the second or third parameter \var{s}. When a negative index is passed as the second or third parameter
......
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