Commit 4e9907c9 authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #1119700: list extend() accepts args besides lists

parent 5e547969
...@@ -1075,7 +1075,7 @@ Notes: ...@@ -1075,7 +1075,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. \item[(3)] \var{x} can be any iterable object.
\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