Nicer APIs for urllib.request
Discussions on Python.org
Nicer APIs for urllib.request
Hi Folks, I have been looking at stdlib urllib.reqeust apis and they seem a little not nicer, since I am used to requests. So I was wondering if having similar APIs in the stdlib would be any improvement for user experience. I’m sure people reach for requests for anything production most of the time, regardless I think it would be nice to have nicer APIs in the stdlib, since the basic machinery is already there. I have a basic snippet for demo if it helps. Thank you for taking a look. import ...
0 comments
No comments yet.