aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/includes/sqlite3/adapter_datetime.py
Commit message (Collapse)AuthorAge
* gh-90016: Reword sqlite3 adapter/converter docs (#93095)Erlend Egeberg Aasland2022-06-25
| | | | | | Also add adapters and converter recipes. Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com
* bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)Xtreak2019-05-20
| | | | | The sqlit3.Connection object doesn't call its close() method when it's used as a context manager.
* Issue 11929: Minor whitespace clean-ups.Raymond Hettinger2011-04-26
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-15