Python as a HTTP Client

Fuzzyman fuzzyman at gmail.com
Thu Nov 10 07:56:00 EST 2005


``urllib2`` is the standard library module you need.

I've written a guide to using it (although it's very easy - but some
attributes of the errors it can raise aren't documented) :

    http://www.voidspace.org.uk/python/articles/urllib2.shtml

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml




More information about the Python-list mailing list