]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134004: Added the reorganize() methods to dbm.sqlite, dbm.dumb and shelve (GH...
authorAndrea-Oliveri <47737621+Andrea-Oliveri@users.noreply.github.com>
Sun, 1 Jun 2025 12:30:04 +0000 (14:30 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Jun 2025 12:30:04 +0000 (15:30 +0300)
commitf806463e16428ea4b379bf547bafa11f43a480ef
tree4214c6baffd364af55318cfc1cd9f4d895ace007
parentb5952371668089299bc8472c1adb9f8a0e69b4a2
gh-134004: Added the reorganize() methods to dbm.sqlite, dbm.dumb and shelve (GH-134028)

They are similar to the same named method in dbm.gnu.
Doc/library/dbm.rst
Doc/library/shelve.rst
Doc/whatsnew/3.15.rst
Lib/dbm/dumb.py
Lib/dbm/sqlite3.py
Lib/shelve.py
Lib/test/test_dbm.py
Misc/ACKS
Misc/NEWS.d/next/Library/2025-05-15-00-27-09.gh-issue-134004.e8k4-R.rst [new file with mode: 0644]