[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.170.2.4, 1.170.2.5

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Feb 10 00:23:12 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6755

Modified Files:
      Tag: release24-maint
	libstdtypes.tex 
Log Message:
SF bug #1119700:  list extend() accepts args besides lists



Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.170.2.4
retrieving revision 1.170.2.5
diff -u -d -r1.170.2.4 -r1.170.2.5
--- libstdtypes.tex	26 Jan 2005 22:46:26 -0000	1.170.2.4
+++ libstdtypes.tex	9 Feb 2005 23:23:10 -0000	1.170.2.5
@@ -1075,7 +1075,7 @@
   no longer works in Python 2.0.  Use of this misfeature has been
   deprecated since Python 1.4.
 
-\item[(3)] Raises an exception when \var{x} is not a list object.
+\item[(3)] \var{x} can be any iterable object.
 
 \item[(4)] Raises \exception{ValueError} when \var{x} is not found in
   \var{s}. When a negative index is passed as the second or third parameter



More information about the Python-checkins mailing list