[Python-checkins] CVS: python/dist/src/Doc/lib libmailbox.tex,1.22,1.23

Fred L. Drake fdrake@users.sourceforge.net
2001年10月01日 08:49:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv19817
Modified Files:
	libmailbox.tex 
Log Message:
Clarify comments about mailbox objects being iterable.
Index: libmailbox.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmailbox.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** libmailbox.tex	2001年09月05日 19:27:13	1.22
--- libmailbox.tex	2001年10月01日 15:49:56	1.23
***************
*** 102,107 ****
 \subsection{Mailbox Objects \label{mailbox-objects}}
 
! All implementations of Mailbox objects are iterator objects, and so
! have one externally visible method:
 
 \begin{methoddesc}[mailbox]{next}{}
--- 102,108 ----
 \subsection{Mailbox Objects \label{mailbox-objects}}
 
! All implementations of mailbox objects are iterable objects, and
! have one externally visible method. This method is used by iterators
! created from mailbox objects and may also be used directly.
 
 \begin{methoddesc}[mailbox]{next}{}

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