ClientCookie/urllib2 with persistent connections?

Chuck Bearden cbearden at hal-pc.org
Fri May 7 18:07:29 EDT 2004


My impression is that if I want to make several requests over a single,
persistent HTTP 1.1 connection, I must use httplib rather than urllib2
or ClientCookies.  Is that correct?

To put it another way, can I have cookie support over persistent
connections without having to code the cookie support myself?

Thanks,
Chuck



More information about the Python-list mailing list