summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-01-08 00:31:50 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-01-08 00:31:50 (GMT)
commit91f5cbe264682e180216d6cafb358d5e1964d41d (patch)
tree92dbc1a9f1a9d1cca7a429270955a9551949e82c /Doc/lib
parent8f799e4c3aded42ebe4b24cf3e58a61c997b326d (diff)
downloadcpython-91f5cbe264682e180216d6cafb358d5e1964d41d.zip
cpython-91f5cbe264682e180216d6cafb358d5e1964d41d.tar.gz
cpython-91f5cbe264682e180216d6cafb358d5e1964d41d.tar.bz2
SF bug #872461: list.extend() described as experimental
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libstdtypes.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 925aac0..7c5cba0 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -1013,9 +1013,7 @@ Notes:
no longer works in Python 2.0. Use of this misfeature has been
deprecated since Python 1.4.
-\item[(3)] Raises an exception when \var{x} is not a list object. The
- \method{extend()} method is experimental and not supported by
- mutable sequence types other than lists.
+\item[(3)] Raises an exception when \var{x} is not a list object.
\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