summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-18 15:14:26 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-18 15:14:26 (GMT)
commite229d8636dd42e3979afe1d5fc59890a32b9ad42 (patch)
tree9f972f31d6df57ac89c417391ea55d4d55e8da5f /Doc/lib
parent9918e0c750d7a78dd913ba6b3224041176c4e015 (diff)
downloadcpython-e229d8636dd42e3979afe1d5fc59890a32b9ad42.zip
cpython-e229d8636dd42e3979afe1d5fc59890a32b9ad42.tar.gz
cpython-e229d8636dd42e3979afe1d5fc59890a32b9ad42.tar.bz2
Misc Mac mods by Jack. Added libmacic.tex, and these patches:
libmacfs.tex Document NewAliasMinimalFromFullPath libmacos.tex Document SetEventHandler and SchedParams libmacui.tex Document asynchronous event handling libmailbox.tex Removed mime-turds that somehow got in here
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/lib.tex1
-rw-r--r--Doc/lib/libmailbox.tex10
2 files changed, 5 insertions, 6 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 442de74..b2d596f 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -195,6 +195,7 @@ to Python and how to embed it in other applications.
\input{libmacconsole}
\input{libmacdnr}
\input{libmacfs}
+\input{libmacic}
\input{libmacos}
\input{libmacostools}
\input{libmactcp}
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex
index 31618b2..8db4c91 100644
--- a/Doc/lib/libmailbox.tex
+++ b/Doc/lib/libmailbox.tex
@@ -31,12 +31,10 @@ All implementations of Mailbox objects have one externally visible
method:
\begin{funcdesc}{next}{}
-Return the next message in the mailbox, as a \code{rfc822.Message} object=
-=2E
+Return the next message in the mailbox, as a \code{rfc822.Message} object.
Depending on the mailbox implementation the \var{fp} attribute of this
-object may be a true file object or a class instance simulating a file ob=
-ject,
-taking care of things like message boundaries if multiple mail messages a=
-re
+object may be a true file object or a class instance simulating a file object,
+taking care of things like message boundaries if multiple mail messages are
contained in a single file, etc.
\end{funcdesc}
+