Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbd3b45

Browse files
committed
Stop lying about [].pop() being experimental! There is no backing it out
at this point.
1 parent 25f6894 commit fbd3b45

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Doc/lib/libstdtypes.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,9 @@ \subsubsection{Mutable Sequence Types \label{typesseq-mutable}}
506506
\item[(3)] Raises \exception{ValueError} when \var{x} is not found in
507507
\var{s}.
508508

509-
\item[(4)] The \method{pop()} method is experimental and at the moment
510-
only supported by the list and array types. The optional argument
511-
\var{i} defaults to \code{-1}, so that by default the last item is
512-
removed and returned.
509+
\item[(4)] The \method{pop()} method only supported by the list and
510+
array types. The optional argument \var{i} defaults to \code{-1},
511+
so that by default the last item is removed and returned.
513512

514513
\item[(5)] The \method{sort()} and \method{reverse()} methods modify the
515514
list in place for economy of space when sorting or reversing a large

0 commit comments

Comments
 (0)