diff options
author | Georg Brandl <georg@python.org> | 2007-03-30 17:48:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-30 17:48:39 (GMT) |
commit | f3c123d82dfdcc2a211e26049054beae64de66b5 (patch) | |
tree | 60e87a95ce87851306d9bab4e3365ae7c1c03357 /Doc | |
parent | bc7d71a8fd586171a106f002e4c0a7663c19b979 (diff) | |
download | cpython-f3c123d82dfdcc2a211e26049054beae64de66b5.zip cpython-f3c123d82dfdcc2a211e26049054beae64de66b5.tar.gz cpython-f3c123d82dfdcc2a211e26049054beae64de66b5.tar.bz2 |
Markup fix.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmailbox.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 80ef40c..7c716b7 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -1285,13 +1285,13 @@ For maximum portability, messages in a \UNIX-style mailbox are separated by any line that begins exactly with the string \code{'From '} (note the trailing space) if preceded by exactly two newlines. Because of the wide-range of variations in practice, nothing else on -the From_ line should be considered. However, the current +the \samp{From_} line should be considered. However, the current implementation doesn't check for the leading two newlines. This is usually fine for most applications. The \class{UnixMailbox} class implements a more strict version of -From_ line checking, using a regular expression that usually correctly -matched From_ delimiters. It considers delimiter line to be separated +\samp{From_} line checking, using a regular expression that usually correctly +matched \samp{From_} delimiters. It considers delimiter line to be separated by \samp{From \var{name} \var{time}} lines. For maximum portability, use the \class{PortableUnixMailbox} class instead. This class is identical to \class{UnixMailbox} except that individual messages are |