cookielib

Paul Rubin http
Wed Feb 22 05:11:23 EST 2006


"sri2097" <srikar2097 at gmail.com> writes:
> Hi, I need to get to a particular page in a website. The site uses
> cookeis and naturally I had to use cookielib since urllib2 does not
> support cookies.

It's poorly documented but urllib2 does support cookies now.

http://docs.python.org/lib/http-cookie-processor.html



More information about the Python-list mailing list