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.

classification
Title: urllib.request.urlopen can leak socket.timeout to callers
Type: behavior Stage: patch review
Components: Library (Lib) Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: thorpe-dev
Priority: normal Keywords: patch

Created on 2021-11-09 18:39 by thorpe-dev, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 29499 open thorpe-dev, 2021-11-09 19:13
Messages (1)
msg406038 - (view) Author: Michael Thorpe (thorpe-dev) * Date: 2021-11-09 18:39
urllib.request.urlopen can raise socket.timeout, outside of the documented contract, if reading response data times out.
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 89929
2021-11-09 19:13:34thorpe-devsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27748
2021-11-09 18:39:42thorpe-devcreate