New submission from Daniel Farley <danfarle...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue39224> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com