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
This commit is contained in:
Guido van Rossum 1997-08-18 15:14:26 +00:00
parent 9918e0c750
commit e229d8636d
13 changed files with 375 additions and 93 deletions

View file

@ -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}