urllib2 – Library for opening URLs. - Python Module of the ...
pymotw.com/2/urllib211.07.2020 · - Python Module of the Week urllib2 – Library for opening URLs. ¶ The urllib2 module provides an updated API for using internet resources identified by URLs. It is designed to be extended by individual applications to support new protocols or add variations to existing protocols (such as handling HTTP basic authentication). HTTP GET ¶ Note