Skip to content

Commit

Permalink
Add urllib.request.getproxies_environment() (#12524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Aug 13, 2024
1 parent 89bb3c1 commit c03f07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/urllib/request.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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]: ...

Expand Down

0 comments on commit c03f07a

Please sign in to comment.