[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.129.8.7, 1.129.8.8

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Jan 7 19:33:06 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv962

Modified Files:
      Tag: release23-maint
	libstdtypes.tex 
Log Message:
SF bug #872461:  list.extend() described as experimental



Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.129.8.7
retrieving revision 1.129.8.8
diff -C2 -d -r1.129.8.7 -r1.129.8.8
*** libstdtypes.tex	22 Oct 2003 02:57:23 -0000	1.129.8.7
--- libstdtypes.tex	8 Jan 2004 00:33:04 -0000	1.129.8.8
***************
*** 998,1004 ****
    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[(4)] Raises \exception{ValueError} when \var{x} is not found in
--- 998,1002 ----
    deprecated since Python 1.4.
  
! \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





More information about the Python-checkins mailing list