[issue16942] seriously? http.cookiejar.FileCookieJar().save method NOTImplemented?

C19 report at bugs.python.org
Sat Jan 12 09:12:56 CET 2013


New submission from C19:

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.

----------
messages: 179777
nosy: C19
priority: normal
severity: normal
status: open
title: seriously? http.cookiejar.FileCookieJar().save method NOTImplemented?
type: enhancement
versions: Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16942>
_______________________________________


More information about the Python-bugs-list mailing list