Hacker News new | ask | show | jobs
by maxerickson 1272 days ago
There was some reorganization for Python 3:

https://jeremyhylton.blogspot.com/2008/06/

I think there's quite a lot of use of requests that would be fine with 'urllib.request.urlopen(...)'.

1 comments

This might be true; I think the client code in the Python stdlib is much closer to production usable than the server code.