module documentation

Undocumented

Class ConnectionPool Base class for all connection pools, such as :class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`.
Variable log Undocumented
Function _normalize_host Normalize hosts for comparisons and use with sockets.
Variable _blocking_errnos Undocumented
Variable _Default Undocumented

Undocumented

def _normalize_host(host, scheme): (source)

Normalize hosts for comparisons and use with sockets.

_blocking_errnos = (source)

Undocumented

_Default = (source)

Undocumented