From: Raymond Hettinger Date: Thu, 8 Jan 2004 00:33:04 +0000 (+0000) Subject: SF bug #872461: list.extend() described as experimental X-Git-Tag: v2.3.4c1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0d2f9f2bf52128be84aef115d1b0562b8eb6399;p=thirdparty%2FPython%2Fcpython.git SF bug #872461: list.extend() described as experimental --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index bc602d806887..8f05317a4e7e 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -997,9 +997,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