mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-04 17:12:47 +08:00
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:
committed by
Guido van Rossum
parent
06074e1e02
commit
6eca1a04da
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user