[Python-checkins] python/dist/src/Doc/api concrete.tex,1.29,1.30

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Oct 26 12:20:10 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv2239
Modified Files:
	concrete.tex 
Log Message:
Document that varlist can be NULL.
Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** concrete.tex	19 Oct 2003 18:30:00 -0000	1.29
--- concrete.tex	26 Oct 2003 17:20:07 -0000	1.30
***************
*** 1742,1747 ****
 Sets the slice of \var{list} between \var{low} and \var{high} to the
 contents of \var{itemlist}. Analogous to
! \code{\var{list}[\var{low}:\var{high}] = \var{itemlist}}. Returns
! \code{0} on success, \code{-1} on failure.
 \end{cfuncdesc}
 
--- 1742,1749 ----
 Sets the slice of \var{list} between \var{low} and \var{high} to the
 contents of \var{itemlist}. Analogous to
! \code{\var{list}[\var{low}:\var{high}] = \var{itemlist}}.
! The \var{itemlist} may be \NULL{}, indicating the assignment
! of an empty list (slice deletion).
! Returns \code{0} on success, \code{-1} on failure.
 \end{cfuncdesc}
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /