[Python-checkins] python/dist/src/Doc/whatsnew whatsnew25.tex, 1.19, 1.20

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Mon Aug 29 15:30:23 CEST 2005


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

Modified Files:
	whatsnew25.tex 
Log Message:
Add missing \end, noted by George Yoshida

Index: whatsnew25.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew25.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- whatsnew25.tex	27 Aug 2005 18:45:47 -0000	1.19
+++ whatsnew25.tex	29 Aug 2005 13:30:12 -0000	1.20
@@ -194,6 +194,7 @@
   File ``t.py'', line 15, in ?
     print it.next()
 StopIteration
+\end{verbatim}
 
 Because \keyword{yield} will often be returning \constant{None}, 
 you shouldn't just use its value in expressions unless you're sure 



More information about the Python-checkins mailing list