]> granicus.if.org Git - python/commitdiff
Stop lying about [].pop() being experimental! There is no backing it out
authorFred Drake <fdrake@acm.org>
Mon, 31 Jul 2000 23:42:23 +0000 (23:42 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 31 Jul 2000 23:42:23 +0000 (23:42 +0000)
at this point.

Doc/lib/libstdtypes.tex

index 4f8020e4b9ab584ce8614732415cc6a3edd3e589..929f1235e0e905f475cd2a04e0c21d83ec8e515d 100644 (file)
@@ -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