[Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.68,1.69

Fred L. Drake python-dev@python.org
Thu, 17 Aug 2000 15:30:32 -0700


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

Modified Files:
	libfuncs.tex 
Log Message:

Small cleanups, and note when zip() entered the menagerie.


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** libfuncs.tex	2000/08/03 17:29:13	1.68
--- libfuncs.tex	2000/08/17 22:30:30	1.69
***************
*** 169,173 ****
  >>> dir(sys)
  ['argv', 'exit', 'modules', 'path', 'stderr', 'stdin', 'stdout']
- >>> 
  \end{verbatim}
  \end{funcdesc}
--- 169,172 ----
***************
*** 516,520 ****
  >>> range(1, 0)
  []
- >>> 
  \end{verbatim}
  \end{funcdesc}
--- 515,518 ----
***************
*** 531,535 ****
  >>> s
  "Monty Python's Flying Circus"
- >>> 
  \end{verbatim}
  
--- 529,532 ----
***************
*** 713,715 ****
--- 710,713 ----
  length, \function{zip()} is similar to \function{map()} with an
  initial argument of \code{None}.
+ \versionadded{2.0}
  \end{funcdesc}