[New-bugs-announce] [issue39224] HTTPConnection.timeout None support

Daniel Farley report at bugs.python.org
Sun Jan 5 13:55:17 EST 2020


New submission from Daniel Farley <danfarley93 at 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 at python
components: Documentation
messages: 359371
nosy: Daniel Farley, docs at python
priority: normal
severity: normal
status: open
title: HTTPConnection.timeout None support
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39224>
_______________________________________


More information about the New-bugs-announce mailing list