[stdlib] Add MININT and MAXINT for xmlrpc.client (#5173)

These constants are in this module since Python3.0

Signed-off-by: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
Stanislav Levin
2021-04-02 14:20:36 +03:00
committed by GitHub
parent e98f398abc
commit acfaa70aa7

View File

@@ -19,6 +19,9 @@ _HostType = Union[Tuple[str, Dict[str, str]], str]
def escape(s: str) -> str: ... # undocumented
MAXINT: int # undocumented
MININT: int # undocumented
PARSE_ERROR: int # undocumented
SERVER_ERROR: int # undocumented
APPLICATION_ERROR: int # undocumented