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
107,703
Commits
9
Branches
456
Tags
1.7
GiB
349f76c6aa
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
Raymond Hettinger
40fc59d98b
Issue 11929: Minor whitespace clean-ups.
2011-04-26 13:55:55 -07:00
Georg Brandl
116aa62bf5
Move the 3k reST doc tree in place.
2007-08-15 14:28:22 +00:00