This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Daniel Farley
Recipients Daniel Farley, docs@python
Date 2020-01-05.18:55:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578250517.62.0.0768078724722.issue39224@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-05 18:55:17Daniel Farleysetrecipients: + Daniel Farley, docs@python
2020-01-05 18:55:17Daniel Farleysetmessageid: <1578250517.62.0.0768078724722.issue39224@roundup.psfhosted.org>
2020-01-05 18:55:17Daniel Farleylinkissue39224 messages
2020-01-05 18:55:17Daniel Farleycreate