Issue 22225: Add SQLite support to http.cookiejar (original) (raw)

Issue22225

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:07 admin set github: 66421
2014-12-11 13:54:38 berker.peksag set resolution: rejectedstage: resolved
2014-12-11 01:05:11 demian.brecht set status: open -> closedmessages: +
2014-08-18 18:49:06 demian.brecht create