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 christian.heimes
Recipients christian.heimes, python-dev, tom.pohl
Date 2021-11-01.17:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635788161.87.0.174365527176.issue45466@roundup.psfhosted.org>
In-reply-to
Content
I fear that you underestimate both the complexity of this feature request and the amount of demand from users this feature is going to create. Once we start to offer a command line client for urllib, users **will** ask for more options, e.g. POST requests, custom headers, various TLS/SSL options and so on. There is a ton of hidden complexity in a download tool. curl has over 240 (!) command line options for a reason.
History
Date User Action Args
2021-11-01 17:36:01christian.heimessetrecipients: + christian.heimes, python-dev, tom.pohl
2021-11-01 17:36:01christian.heimessetmessageid: <1635788161.87.0.174365527176.issue45466@roundup.psfhosted.org>
2021-11-01 17:36:01christian.heimeslinkissue45466 messages
2021-11-01 17:36:01christian.heimescreate