summaryrefslogtreecommitdiffstats
path: root/Doc/includes/sqlite3/ctx_manager.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.10] gh-96414: Inline code examples in sqlite3 docs (GH-96442). (#96453)Erlend E. Aasland2022-08-311-20/+0
| | | | | | * [3.10] gh-96414: Inline code examples in sqlite3 docs (GH-96442). (cherry picked from commit f7e7bf161aaec5a5cffdcec7c97e1f09e445421b) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* bpo-44106: Improve sqlite3 example database contents (GH-26027)Miss Islington (bot)2021-05-191-4/+4
| | | | | (cherry picked from commit 92d1064727d6b7f4136f9c09ab52ae15e3676afe) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
* bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)Xtreak2019-05-191-0/+4
| | | | | The sqlit3.Connection object doesn't call its close() method when it's used as a context manager.
* caught is the right pp of catch; thanks to Don Bennett from docs@Sandro Tosi2011-10-311-1/+1
|
* Same documentation for sqlite3 module as in 2.6.Gerhard Häring2008-03-291-0/+16