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 |
Éric Araujo
|
28053fb174
|
Remove unnecessary `object` base class in docs (#10366).
Also add a note about inheritance from `object` being default.
|
2010-11-22 03:09:19 +00:00 |
Georg Brandl
|
116aa62bf5
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |