On 9/10/07, Brett Parker <[EMAIL PROTECTED]> wrote:
> As it looked like he wanted to talk HTTP, maybe it'd be better to point
> to:
>         http://docs.python.org/lib/module-urllib.html
>         http://docs.python.org/lib/module-urllib2.html
>
> Which let you do GET and POST really quite nicely (and also have the
> value added bonus of letting you use Cookies if you need them!)

Personally, for HTTP I'd prefer httplib2[1], which is about the best
library yet devised for doing that sort of stuff.

[1] http://code.google.com/p/httplib2/

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to