[Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.25,1.26

Fred L. Drake python-dev@python.org
Mon, 31 Jul 2000 16:42:26 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv24857/Doc/lib

Modified Files:
	libstdtypes.tex 
Log Message:

Stop lying about [].pop() being experimental!  There is no backing it out
at this point.


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** libstdtypes.tex	2000/07/31 20:52:21	1.25
--- libstdtypes.tex	2000/07/31 23:42:23	1.26
***************
*** 507,514 ****
    \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[(5)] The \method{sort()} and \method{reverse()} methods modify the
--- 507,513 ----
    \var{s}.
  
! \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