ClientCookie bug (followup)

Mark Carter cartermark46 at ukmail.com
Mon Aug 18 05:45:33 EDT 2003


> You want something like this:
> 
> import ClientCookie
> c = ClientCookie.MSIECookieJar(delayload=1)
> c.load_cookie_data("hemscott-cookie.bin")
> url = 'http://businessplus.hemscott.net/corp/crp03733.htm'
> response = ClientCookie.urlopen(url)
> 
> print response.read()
> response.close()


It doesn't work on my XP machine at least. This is proboably why
people have been doing it all wrong, allegedly.

I'll investigate further. Apologies for the time lag.




More information about the Python-list mailing list