Add urllib.request.getproxies_environment() (#12524)

This commit is contained in:
Sam Bull
2024-08-13 22:13:03 +01:00
committed by GitHub
parent 89bb3c148c
commit c03f07abfb

View File

@@ -79,6 +79,7 @@ else:
def pathname2url(pathname: str) -> str: ...
def getproxies() -> dict[str, str]: ...
def getproxies_environment() -> dict[str, str]: ...
def parse_http_list(s: str) -> list[str]: ...
def parse_keqv_list(l: list[str]) -> dict[str, str]: ...