]> git.ipfire.org Git - thirdparty/httpx.git/commit
httpx.Timeout must include a default (#1085)
authorTom Christie <tom@tomchristie.com>
Fri, 31 Jul 2020 10:41:53 +0000 (11:41 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 10:41:53 +0000 (11:41 +0100)
commitdba83d45a53d8db43ba8949362f223aa94def2bc
treed8ef628de62f7f489c6f7010a7384856c842b9e7
parente1a7d5a4ae5dae974ea2f0e7b820a8b114683c55
httpx.Timeout must include a default (#1085)

* httpx.Timeout must include a default

* Tweak docstring

* Gentle deprecation for mandatory default on httpx.Timeout(...)

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
httpx/_config.py
tests/test_config.py
tests/test_timeouts.py