This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author C19
Recipients C19
Date 2013-01-12.08:29:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357979358.05.0.978193495603.issue16943@psf.upfronthosting.co.za>
In-reply-to
Content
Is it means that we should use MozillaCookieJar LWPCookieJar or MSIECookieJar?

But the document says "perhaps save cookies to, a file on disk. "
http://docs.python.org/2/library/cookielib.html?highlight=filecookiejar#cookielib.FileCookieJar

it looks like FileCookieJar is just a base class.it shouldn't be used on normal purpose(like save your cookie).then the document should be modified.
but I think it's better to make the FileCookieJar works as expected.
History
Date User Action Args
2013-01-12 08:29:18C19setrecipients: + C19
2013-01-12 08:29:18C19setmessageid: <1357979358.05.0.978193495603.issue16943@psf.upfronthosting.co.za>
2013-01-12 08:29:17C19linkissue16943 messages
2013-01-12 08:29:17C19create