mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
add create_connection to __all__ #5711
This commit is contained in:
parent
923ba361d8
commit
a27e6e3d58
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ try:
|
|||
except ImportError:
|
||||
EBADF = 9
|
||||
|
||||
__all__ = ["getfqdn"]
|
||||
__all__ = ["getfqdn", "create_connection"]
|
||||
__all__.extend(os._get_exports_list(_socket))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue