issue with cookielib.LWPCookieJar
John J. Lee
jjl at pobox.com
Mon Dec 3 17:23:55 EST 2007
More information about the Python-list mailing list
Mon Dec 3 17:23:55 EST 2007
- Previous message (by thread): embedding std py and c modules
- Next message (by thread): Why Don't Return?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): embedding std py and c modules
- Next message (by thread): Why Don't Return?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list