Skip to content

Commit 3e7049f

Browse files
Added versionadded to method documentations
1 parent 059ad82 commit 3e7049f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Doc/library/dbm.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Doc/library/shelve.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)