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: 179779
nosy: C19
priority: normal
severity: normal
status: open
title: seriously? FileCookieJar can't really save ?  save method is 
NotImplemented

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16943>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to