mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
__all__ for several more modules
This commit is contained in:
parent
81b6ae7ef7
commit
c62c81e013
12 changed files with 35 additions and 0 deletions
|
@ -14,6 +14,8 @@ Based on the J. Myers POP3 draft, Jan. 96
|
|||
|
||||
import re, socket
|
||||
|
||||
__all__ = ["POP3","error_proto"]
|
||||
|
||||
# Exception raised when an error or invalid response is received:
|
||||
|
||||
class error_proto(Exception): pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue