switch to lower-case "# undocumented" comments (#5871)

This commit is contained in:
Akuli
2021-08-07 18:00:41 +03:00
committed by GitHub
parent 39ede0242c
commit e3f662b648
8 changed files with 28 additions and 28 deletions

View File

@@ -127,7 +127,7 @@ def quote(s: AnyStr, safe: Text = ...) -> AnyStr: ...
def quote_plus(s: AnyStr, safe: Text = ...) -> AnyStr: ...
def urlencode(query: Union[Sequence[Tuple[Any, Any]], Mapping[Any, Any]], doseq=...) -> str: ...
def getproxies() -> Mapping[str, str]: ...
def proxy_bypass(host: str) -> Any: ... # Undocumented
def proxy_bypass(host: str) -> Any: ... # undocumented
# Names in __all__ with no definition:
# basejoin