]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100414: Add SQLite backend to dbm (#114481)
authorErlend E. Aasland <erlend@python.org>
Wed, 14 Feb 2024 11:14:56 +0000 (12:14 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 11:14:56 +0000 (11:14 +0000)
commitdd5e4d90789b3a065290e264122629f31cb0b547
tree5325d301b0da1b62ddbe52f0c922b57d2eea8de6
parent57e4c81ae1cd605efa173885574aedc3fded4b8b
gh-100414: Add SQLite backend to dbm (#114481)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Doc/library/dbm.rst
Doc/whatsnew/3.13.rst
Lib/dbm/__init__.py
Lib/dbm/sqlite3.py [new file with mode: 0644]
Lib/test/test_dbm.py
Lib/test/test_dbm_sqlite3.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2024-01-23-13-03-22.gh-issue-100414.5kTdU5.rst [new file with mode: 0644]