classification
Title: cookielib lacks FileCookieJar class for Safari
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: loewis Nosy List: janssen, loewis, sams.james
Priority: normal Keywords:

Created on 2008-02-04 19:37 by janssen, last changed 2010-07-10 05:35 by terry.reedy.

Messages (3)
msg62047 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2008-02-04 19:37
cookielib has no FileCookieJar class for Safari, Apple's standard and
default browser for OS X.
msg62048 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2008-02-04 19:38
I have code to read Safari cookies, but no code to write them.  I'll
have to look at the FileCookieJar interface.
msg65544 - (view) Author: (sams.james) Date: 2008-04-16 03:24
would you mind posting the read code you have? I would really like to at
least be able to import Safari cookies in an app or two I have lying
around..
History
Date User Action Args
2010-07-10 05:35:23terry.reedysetversions: + Python 3.2, - Python 2.6, Python 3.0
2008-04-16 03:24:26sams.jamessetnosy: + sams.james
messages: + msg65544
2008-03-18 17:37:55jafosetpriority: normal
assignee: loewis
nosy: + loewis
2008-02-04 19:56:05georg.brandlsettype: behavior -> enhancement
2008-02-04 19:38:36janssensetmessages: + msg62048
2008-02-04 19:37:25janssencreate