[issue39224] HTTPConnection.timeout None support
New submission from Daniel Farley <danfarley93@gmail.com>: HTTPConnection's `timeout` argument is passed down to `socket.settimeout()` which supports `None` and puts the socket in blocking mode. This isn't documented on the `http.client` page. Otherwise it should not be allowed. ---------- assignee: docs@python components: Documentation messages: 359371 nosy: Daniel Farley, docs@python priority: normal severity: normal status: open title: HTTPConnection.timeout None support type: behavior _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39224> _______________________________________
Change by Daniel Farley <danfarley93@gmail.com>: ---------- keywords: +patch pull_requests: +17269 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17843 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39224> _______________________________________
participants (1)
-
Daniel Farley