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 orsenthil
Recipients Dave Sawyer, berker.peksag, docs@python, orsenthil, takluyver
Date 2016-05-30.02:22:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464574922.77.0.157239039824.issue27113@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the patch, Dave.

Following the language style of rest of the docs, check_same_thread, should be explained in a passive voice.

Also, mentioning the version requirement at this place, does not seem suitable to me. When we provide this feature, it assumed that the underlying sqlite linked has the support for it.

Also, (3.3.1 alpha) of sqlite was released in 2006-01-16 
Database connections can now be used by multiple threads, not just the thread in which they were created.

Here is a modified patch which captures the main idea from your patch. Please review this and share your suggestions.
History
Date User Action Args
2016-05-30 02:22:02orsenthilsetrecipients: + orsenthil, docs@python, takluyver, berker.peksag, Dave Sawyer
2016-05-30 02:22:02orsenthilsetmessageid: <1464574922.77.0.157239039824.issue27113@psf.upfronthosting.co.za>
2016-05-30 02:22:02orsenthillinkissue27113 messages
2016-05-30 02:22:02orsenthilcreate