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 iafisher
Recipients AlexWaygood, Mariatta, docs@python, erlendaasland, iafisher, miss-islington, steven.daprano, willingc
Date 2021-11-21.16:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637513586.42.0.790044283177.issue45677@roundup.psfhosted.org>
In-reply-to
Content
I think it would also be helpful to make the examples at the top simpler/more idiomatic, e.g. using a context manager for the connection and calling conn.execute directly instead of spawning a cursor.

I think the information about the isolation_level parameter should also be displayed more prominently as many people are surprised to find sqlite3 automatically opening transactions.
History
Date User Action Args
2021-11-21 16:53:06iafishersetrecipients: + iafisher, steven.daprano, docs@python, willingc, Mariatta, miss-islington, erlendaasland, AlexWaygood
2021-11-21 16:53:06iafishersetmessageid: <1637513586.42.0.790044283177.issue45677@roundup.psfhosted.org>
2021-11-21 16:53:06iafisherlinkissue45677 messages
2021-11-21 16:53:06iafishercreate