Commit 404906c4 authored by Denis Bilenko's avatar Denis Bilenko

socket: add wait_read/wait_write/wait_readwrite to __all__: it's a useful API...

socket: add wait_read/wait_write/wait_readwrite to __all__: it's a useful API that should be public and stable
parent 57180e5a
...@@ -47,7 +47,10 @@ __all__ = ['create_connection', ...@@ -47,7 +47,10 @@ __all__ = ['create_connection',
'timeout', 'timeout',
'ssl', 'ssl',
'sslerror', 'sslerror',
'SocketType'] 'SocketType',
'wait_read',
'wait_write',
'wait_readwrite']
import sys import sys
import errno import errno
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment