mirror of https://github.com/python/cpython
Add entry for poplib.
This commit is contained in:
parent
446898ff4a
commit
e28fb67c2c
|
@ -30,6 +30,9 @@ scripts.
|
|||
\item[gopherlib]
|
||||
--- Gopher protocol client (requires sockets).
|
||||
|
||||
\item[poplib]
|
||||
--- POP3 protocol client (requires sockets).
|
||||
|
||||
\item[imaplib]
|
||||
--- IMAP4 protocol client (requires sockets).
|
||||
|
||||
|
|
|
@ -30,6 +30,9 @@ scripts.
|
|||
\item[gopherlib]
|
||||
--- Gopher protocol client (requires sockets).
|
||||
|
||||
\item[poplib]
|
||||
--- POP3 protocol client (requires sockets).
|
||||
|
||||
\item[imaplib]
|
||||
--- IMAP4 protocol client (requires sockets).
|
||||
|
||||
|
|
Loading…
Reference in New Issue