UserPreferences

PythonLanguage/UrllibVsHttplib


I sometimes get confused between urllib vs httplib. I'm glad I'm not the only one. See [WWW]Google Groups: View Thread.

I'll use the recipe here: [WWW]ASPN : Python Cookbook : Http client to POST using multipart/form-data

Mark Pilgrim's put-it-all-together gets us to using urllib2: [WWW]11.9. Putting it all together