[Python-checkins] python/dist/src/Doc/lib libmailbox.tex, 1.26.10.2, 1.26.10.3 (original) (raw)

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue May 11 01:30:12 EDT 2004


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

Modified Files: Tag: release23-maint libmailbox.tex Log Message: markup adjustment

Index: libmailbox.tex

RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmailbox.tex,v retrieving revision 1.26.10.2 retrieving revision 1.26.10.3 diff -C2 -d -r1.26.10.2 -r1.26.10.3 *** libmailbox.tex 10 May 2004 23:12:27 -0000 1.26.10.2 --- libmailbox.tex 11 May 2004 05:30:09 -0000 1.26.10.3


*** 19,25 **** \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 --- 19,27 ---- \refmodule{rfc822} module -- and the note below).

! \begin{notice} ! 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. ! \end{notice}

For maximum portability, messages in a \UNIX-style mailbox are



More information about the Python-checkins mailing list