File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ or any other SQLite browser, including the SQLite CLI.
202202 While reorganizing, as much as two times the size of the original database is required
203203 in free disk space. However, be aware that this factor changes for each :mod: `dbm ` submodule.
204204
205+ .. versionadded :: next
205206
206207:mod: `dbm.gnu ` --- GNU database manager
207208---------------------------------------
@@ -495,3 +496,5 @@ The :mod:`!dbm.dumb` module defines the following:
495496 .. note ::
496497 While reorganizing, no additional free disk space is required. However, be aware
497498 that this factor changes for each :mod: `dbm ` submodule.
499+
500+ .. versionadded :: next
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ Two additional methods are supported:
8383 Calls :meth: `sync ` and attempts to shrink space used on disk by removing empty
8484 space resulting from deletions.
8585
86+ .. versionadded :: next
87+
8688.. method :: Shelf.close()
8789
8890 Synchronize and close the persistent *dict * object. Operations on a closed
You can’t perform that action at this time.
0 commit comments