http client module

Steve Holden steve at holdenweb.com
Tue Jul 31 23:07:47 EDT 2007


stefano wrote:
> Hello i'm looking for a http client for python i found this one call
> httplib2
> 
> http://64.233.169.104/search?q=cache:0jJWNfodK6gJ:bitworking.org/projects/httplib2/+httplib2+python&hl=es&ct=clnk&cd=1&gl=cl&client=firefox-a
> 
> but is too old
> 
Look at urllib and urllib2 in the standard library. If they don't give 
you what you want, think about using mechanize and ClientForm, or 
possible beautifulsoup, all of which Google should be able to find for you.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------




More information about the Python-list mailing list