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 vstinner
Recipients christian.heimes, eric.smith, python-dev, rhettinger, tom.pohl, vstinner
Date 2021-11-11.10:55:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636628125.51.0.540727937293.issue45466@roundup.psfhosted.org>
In-reply-to
Content
I don't think that urllib.request is a great library. There are better replacements like https://www.python-httpx.org/ or https://urllib3.readthedocs.io/

urllib.request API is not great and it doesn't support HTTP2 (nor HTTP3).
History
Date User Action Args
2021-11-11 10:55:25vstinnersetrecipients: + vstinner, rhettinger, eric.smith, christian.heimes, python-dev, tom.pohl
2021-11-11 10:55:25vstinnersetmessageid: <1636628125.51.0.540727937293.issue45466@roundup.psfhosted.org>
2021-11-11 10:55:25vstinnerlinkissue45466 messages
2021-11-11 10:55:25vstinnercreate