/tags/urllib
- Python: Difference between urllib and urllib2
What is the difference between urllib and urllib2 modules of Python? You might be intrigued by the existence of two separate URL modules in Python - urllib and urllib2. Even more intriguing: they are...