summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-31 23:42:23 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-31 23:42:23 (GMT)
commitfbd3b45bb7ddcd8c5d235e565990a59d8c0b9092 (patch)
tree73dfc96a1a0259204f9c6664f0e881944d1a3d98 /Doc
parent25f68944c20a3a37da6776277057c2d19a80211f (diff)
downloadcpython-fbd3b45bb7ddcd8c5d235e565990a59d8c0b9092.zip
cpython-fbd3b45bb7ddcd8c5d235e565990a59d8c0b9092.tar.gz
cpython-fbd3b45bb7ddcd8c5d235e565990a59d8c0b9092.tar.bz2
Stop lying about [].pop() being experimental! There is no backing it out
at this point.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdtypes.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 4f8020e..929f123 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -506,10 +506,9 @@ Notes:
\item[(3)] Raises \exception{ValueError} when \var{x} is not found in
\var{s}.
-\item[(4)] The \method{pop()} method is experimental and at the moment
- only supported by the list and array types. The optional argument
- \var{i} defaults to \code{-1}, so that by default the last item is
- removed and returned.
+\item[(4)] The \method{pop()} method only supported by the list and
+ array types. The optional argument \var{i} defaults to \code{-1},
+ so that by default the last item is removed and returned.
\item[(5)] The \method{sort()} and \method{reverse()} methods modify the
list in place for economy of space when sorting or reversing a large