]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add exceptions missing from top-level package (#1045)
authorFlorimond Manca <florimond.manca@gmail.com>
Fri, 3 Jul 2020 13:18:24 +0000 (15:18 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 13:18:24 +0000 (15:18 +0200)
commitfab427972b7a5cb64d8dfb43467b84cdf430ff24
treecbe453a4e03cd633fc9e7d27a07c6b798825a09c
parent6cf90395934a5f25cec69b3e7c11172df1aae40d
Add exceptions missing from top-level package (#1045)

* Expose missing exceptions: CloseError, ConnectError, ReadError, WriteError

* Lint
httpx/__init__.py
tests/test_exceptions.py [new file with mode: 0644]