mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merged changes from the 1.5.2p2 release.
(Very rough.)
This commit is contained in:
parent
659ebfa79e
commit
38e5d27cae
59 changed files with 1248 additions and 516 deletions
|
|
@ -1,14 +1,14 @@
|
|||
%By Andrew T. Csillag
|
||||
%Even though I put it into LaTeX, I cannot really claim that I wrote
|
||||
%it since I just stole most of it from the poplib.py source code and
|
||||
%the imaplib ``chapter''.
|
||||
|
||||
\section{\module{poplib} ---
|
||||
POP3 protocol client}
|
||||
|
||||
\declaremodule{standard}{poplib}
|
||||
\modulesynopsis{POP3 protocol client (requires sockets).}
|
||||
|
||||
%By Andrew T. Csillag
|
||||
%Even though I put it into LaTeX, I cannot really claim that I wrote
|
||||
%it since I just stole most of it from the poplib.py source code and
|
||||
%the imaplib ``chapter''.
|
||||
|
||||
\indexii{POP3}{protocol}
|
||||
|
||||
This module defines a class, \class{POP3}, which encapsulates a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue