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 Vladimir Ryabtsev
Recipients Vladimir Ryabtsev, docs@python
Date 2019-10-08.19:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570563042.6.0.0902531064636.issue38413@roundup.psfhosted.org>
In-reply-to
Content
This is regarding the page https://docs.python.org/3.7/library/sqlite3.html.

I believe this section on the very bottom of the page has been kept here for pretty long time, during that both SQLite and the sqlite3 module evolved and improved. Now the content contradicts to the description of function "connect()" in the part describing "check_same_thread" parameter. The function description says that using connections from multiple threads is allowed with serialization handled by the user (and it is true), while the bottom "Mutithreading" section says sharing connections is not allowed.

I think we can remove "Mutithreading" section entirely unless there is something important to add to what already mentioned.
History
Date User Action Args
2019-10-08 19:30:42Vladimir Ryabtsevsetrecipients: + Vladimir Ryabtsev, docs@python
2019-10-08 19:30:42Vladimir Ryabtsevsetmessageid: <1570563042.6.0.0902531064636.issue38413@roundup.psfhosted.org>
2019-10-08 19:30:42Vladimir Ryabtsevlinkissue38413 messages
2019-10-08 19:30:42Vladimir Ryabtsevcreate