[Python-checkins] python/dist/src/Doc/lib libmailbox.tex, 1.26.10.1, 1.26.10.2

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Mon May 10 19:12:30 EDT 2004


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

Modified Files:
      Tag: release23-maint
	libmailbox.tex 
Log Message:
Added a note describing how fp should be opened in binary mode, especially on
Windows.  Closes SF # 586899.


Index: libmailbox.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmailbox.tex,v
retrieving revision 1.26.10.1
retrieving revision 1.26.10.2
diff -C2 -d -r1.26.10.1 -r1.26.10.2
*** libmailbox.tex	25 Aug 2003 04:34:46 -0000	1.26.10.1
--- libmailbox.tex	10 May 2004 23:12:27 -0000	1.26.10.2
***************
*** 19,22 ****
--- 19,26 ----
  \refmodule{rfc822} module -- and the note below).
  
+ \note{For reasons of this module's internal implementation, you will probably
+ want to open the \var{fp} object in binary mode.  This is especially important
+ on Windows.}
+ 
  For maximum portability, messages in a \UNIX-style mailbox are
  separated by any line that begins exactly with the string \code{'From




More information about the Python-checkins mailing list