[Python-checkins] python/nondist/sandbox/itertools libitertools.tex,1.16,1.17

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Wed, 29 Jan 2003 17:02:20 -0800


Update of /cvsroot/python/python/nondist/sandbox/itertools
In directory sc8-pr-cvs1:/tmp/cvs-serv8902

Modified Files:
	libitertools.tex 
Log Message:
Author markup.

Index: libitertools.tex
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/itertools/libitertools.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libitertools.tex	29 Jan 2003 19:28:29 -0000	1.16
--- libitertools.tex	30 Jan 2003 01:02:17 -0000	1.17
***************
*** 4,7 ****
--- 4,10 ----
  \declaremodule{standard}{itertools}
  \modulesynopsis{Functions creating iterators for efficient looping.}
+ \moduleauthor{Raymond Hettinger}{python@rcn.com}
+ \sectionauthor{Raymond Hettinger}{python@rcn.com}
+ \versionadded{2.3}
  
  
***************
*** 9,13 ****
  by constructs from the Haskell and SML programming languages.  Each
  has been recast in a form suitable for Python.
- \versionadded{2.3}
  
  With the advent of iterators and generators in Python 2.3, each of
--- 12,15 ----