issue with cookielib.LWPCookieJar

John J. Lee jjl at pobox.com
Mon Dec 3 17:23:55 EST 2007


JD Smith <jdsmith2816 at gmail.com> writes:

> Greetings:
>
> My cookiejar contains the cookie that I need however when I do
> cj.save(file) it does not actually save out to the cookies.lwj  Does
> anyone have any clue what would keep this from saving?  It CREATED my
> cookies.lwj file so I know it's not permissions.

You want a true ignore_discard argument to .save() and .load() (or
.revert()).


John



More information about the Python-list mailing list