[Python-checkins] commit of r41517 - python/trunk/Doc/lib

reinhold.birkenfeld@python.org reinhold.birkenfeld at python.org
Tue Nov 22 20:42:50 CET 2005


Author: reinhold.birkenfeld
Date: Tue Nov 22 20:42:45 2005
New Revision: 41517

Modified:
   python/trunk/Doc/lib/libmultifile.tex
Log:
Patch #1255218: libmultifile.tex: tell what a decoration is



Modified: python/trunk/Doc/lib/libmultifile.tex
==============================================================================
--- python/trunk/Doc/lib/libmultifile.tex	(original)
+++ python/trunk/Doc/lib/libmultifile.tex	Tue Nov 22 20:42:45 2005
@@ -92,9 +92,9 @@
 \end{methoddesc}
 
 \begin{methoddesc}{push}{str}
-Push a boundary string.  When an appropriately decorated version of
-this boundary is found as an input line, it will be interpreted as a
-section-divider or end-marker.  All subsequent
+Push a boundary string.  When a decorated version of this boundary 
+is found as an input line, it will be interpreted as a section-divider 
+or end-marker (depending on the decoration, see \rfc{2045}).  All subsequent
 reads will return the empty string to indicate end-of-file, until a
 call to \method{pop()} removes the boundary a or \method{next()} call
 reenables it.


More information about the Python-checkins mailing list