ClientCookie

John J. Lee jjl at pobox.com
Thu Aug 12 15:44:46 EDT 2004


fuzzyman at gmail.com (Michael Foord) writes:
[...]
> At the moment I can't get at the cookies at *all*. Can you see what
> I'm doing wrong.
> Here's my code (simplified) :
[...]
> cj = ClientCookie.CookieJar()
> req = ClientCookie.Request(theurl, txdata, txheaders)
> u = openfun(req)
[...]

It's not magic!  You aren't using cj anywhere!


John



More information about the Python-list mailing list