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 Dave Sawyer
Recipients Dave Sawyer, berker.peksag, docs@python, orsenthil, takluyver
Date 2016-06-02.21:09:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464901789.26.0.473579210948.issue27113@psf.upfronthosting.co.za>
In-reply-to
Content
The user probably has a recent enough version. This is guaranteed on Windows since Python bundles 3.6 or later. On mac or Linux it will use the version installed on the machine. I'll make a separate patch to check the version in sqlite3.py so it will give an error if attempted on too early a version. That's better than asking the user to verify ahead of time. The serialized mode is default on both Mac and Windows so we can probably skip validating that. I did like mentioning the user needs to serialize the writes. They could use one thread for writing only or use locking. So, I just said to serialize.
History
Date User Action Args
2016-06-02 21:09:49Dave Sawyersetrecipients: + Dave Sawyer, orsenthil, docs@python, takluyver, berker.peksag
2016-06-02 21:09:49Dave Sawyersetmessageid: <1464901789.26.0.473579210948.issue27113@psf.upfronthosting.co.za>
2016-06-02 21:09:49Dave Sawyerlinkissue27113 messages
2016-06-02 21:09:49Dave Sawyercreate