This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
104,572
Commits
9
Branches
456
Tags
1.7
GiB
874ff65e0a
Commit Graph
3 Commits
Author
SHA1
Message
Date
Xtreak
287b84de93
bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
...
The sqlit3.Connection object doesn't call its close() method when it's used as a context manager.
2019-05-20 00:52:20 +03:00
Sandro Tosi
567493fe26
caught is the right pp of catch; thanks to Don Bennett from docs@
2011-10-31 02:41:06 +01:00
Gerhard Häring
0d7d6cfee4
Same documentation for sqlite3 module as in 2.6.
2008-03-29 01:32:44 +00:00