[issue22225] Add SQLite support to http.cookiejar

2014-12-11 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> rejected stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue22225] Add SQLite support to http.cookiejar

2014-12-10 Thread Demian Brecht
Demian Brecht added the comment: 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. -- status: ope

[issue22225] Add SQLite support to http.cookiejar

2014-08-18 Thread Demian Brecht
New submission from Demian Brecht: 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 b