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.

Author Big Stone
Recipients Big Stone, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-08-28.14:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472395487.62.0.800255019509.issue27883@psf.upfronthosting.co.za>
In-reply-to
Content
remark: since sqlite 3.11.0, sqlite.org default sqlite3.dll includes  FTS3, FTS5, RTREE, DBSTAT, JSON1, and RBU extensions, causing sqlite3.dll to jump to 1646Ko size instead of 756Ko current (windows 64).

This works well over Python3.5.2 64 bit, but you may prefer a version with not all these extensions. I don't know the respective size of each one. 

the JSON1 extension would be nice if we can keep it: 
- web technology,
- similar to postgresql, so good to go at schools.
History
Date User Action Args
2016-08-28 14:44:47Big Stonesetrecipients: + Big Stone, paul.moore, tim.golden, zach.ware, steve.dower
2016-08-28 14:44:47Big Stonesetmessageid: <1472395487.62.0.800255019509.issue27883@psf.upfronthosting.co.za>
2016-08-28 14:44:47Big Stonelinkissue27883 messages
2016-08-28 14:44:47Big Stonecreate