[Python-checkins] python/dist/src/Doc/lib libxreadlines.tex, 1.4, 1.5

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Dec 30 23:41:49 EST 2003


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

Modified Files:
	libxreadlines.tex 
Log Message:
- use the same markup for the deprecation as for that of
  file.xreadlines()


Index: libxreadlines.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxreadlines.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** libxreadlines.tex	6 Aug 2002 17:01:28 -0000	1.4
--- libxreadlines.tex	31 Dec 2003 04:41:47 -0000	1.5
***************
*** 7,11 ****
  \versionadded{2.1}
  
! \deprecated{2.3}{Use \code{for line in file} instead.}
  
  This module defines a new object type which can efficiently iterate
--- 7,11 ----
  \versionadded{2.1}
  
! \deprecated{2.3}{Use \samp{for \var{line} in \var{file}} instead.}
  
  This module defines a new object type which can efficiently iterate





More information about the Python-checkins mailing list