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: Add SQLite support to http.cookiejar
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: demian.brecht
Priority: normal Keywords:

Created on 2014-08-18 18:49 by demian.brecht, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg225502 - (view) Author: Demian Brecht (demian.brecht) * (Python triager) Date: 2014-08-18 18:49
This is a proposal for adding SQLite support to http.cookiejar. I've been working on an implementation for MozillaSQLiteCookieJar and GoogleSQLiteCookieJar (initial patch will likely only include Mozilla) but wanted to make sure that the addition has buy-in before I continue work on it within the stdlib.
msg232457 - (view) Author: Demian Brecht (demian.brecht) * (Python triager) Date: 2014-12-11 01:05
Coming back to this, it's likely a bad idea as an addition to the standard library as an update may be required out of band with scheduled deployments should schemas and such change. This is best developed as an external module. Closing.
History
Date User Action Args
2022-04-11 14:58:07adminsetgithub: 66421
2014-12-11 13:54:38berker.peksagsetresolution: rejected
stage: resolved
2014-12-11 01:05:11demian.brechtsetstatus: open -> closed

messages: + msg232457
2014-08-18 18:49:06demian.brechtcreate