[New-bugs-announce] [issue16943] seriously? FileCookieJar can't really save ? save method is NotImplemented
C19
report at bugs.python.org
Sat Jan 12 09:29:18 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: 179779
nosy: C19
priority: normal
severity: normal
status: open
title: seriously? FileCookieJar can't really save ? save method is NotImplemented
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16943>
_______________________________________
More information about the New-bugs-announce
mailing list