Commit graph

4 commits

Author SHA1 Message Date
Miss Islington (bot)
205c1f0e36 bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
The sqlite3.Connection object doesn't call its close() method when it's used
as a context manager.

(cherry picked from commit 287b84de93)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
2019-05-20 01:36:32 +03:00
davy wybiral
aafece7a9e bpo-31923: Fix spelling in sqlite3 docs (GH-4227) 2017-11-05 02:00:51 +03:00
Senthil Kumaran
c961322f4f Syntax fixes for examples in the Doc/includes 2010-10-17 11:42:21 +00:00
Gerhard Häring
f9cee22446 Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00