mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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:
parent
9918e0c750
commit
e229d8636d
13 changed files with 375 additions and 93 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue