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.

classification
Title: seriously? FileCookieJar can't really save ? save method is NotImplemented
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7, Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: urllib still doesn't support persistent connections
View: 16942
Assigned To: Nosy List: C19
Priority: normal Keywords:

Created on 2013-01-12 08:29 by C19, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg179779 - (view) Author: C19 (C19) Date: 2013-01-12 08:29
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
2022-04-11 14:57:40adminsetgithub: 61147
2013-01-12 08:58:22nadeem.vawdasetstatus: open -> closed
superseder: urllib still doesn't support persistent connections
resolution: duplicate
stage: resolved
2013-01-12 08:29:50C19settype: enhancement
components: + Library (Lib)
versions: + Python 2.6, Python 3.1, Python 2.7, Python 3.2, Python 3.3
2013-01-12 08:29:18C19create