Some ssl fixes (#919)

Fix return of wrap_socket.
Add read, write, pending to SSLSocket
Fix argument to socket.setdefaulttimeout
This commit is contained in:
David Euresti
2017-02-06 17:23:22 -08:00
committed by Guido van Rossum
parent 06074e1e02
commit 6eca1a04da
5 changed files with 11 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ def url2pathname(path: str) -> str: ...
def pathname2url(path: str) -> str: ...
def getproxies() -> Dict[str, str]: ...
def parse_http_list(s: str) -> List[str]: ...
def parse_keqv_list(l: List[str]) -> Dict[str, str]: ...
class Request:
if sys.version_info >= (3, 4):