mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
more __all__ updates
This commit is contained in:
parent
e78b92a062
commit
eccd02a40d
12 changed files with 34 additions and 0 deletions
|
@ -45,6 +45,7 @@ try:
|
|||
except ImportError:
|
||||
import socket
|
||||
|
||||
__all__ = ["FTP","Netrc"]
|
||||
|
||||
# Magic number from <socket.h>
|
||||
MSG_OOB = 0x1 # Process data out of band
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue