Skip to content

Commit d1b839b

Browse files
authored
gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)
1 parent 0ae4870 commit d1b839b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Doc/whatsnew/3.13.rst

+7
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ array
101101
It can be used instead of ``'u'`` type code, which is deprecated.
102102
(Contributed by Inada Naoki in :gh:`80480`.)
103103

104+
dbm
105+
---
106+
107+
* Add :meth:`dbm.gnu.gdbm.clear` and :meth:`dbm.ndbm.ndbm.clear` methods that remove all items
108+
from the database.
109+
(Contributed by Dong-hee Na in :gh:`107122`.)
110+
104111
io
105112
--
106113

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add :meth:`dbm.gdbm.clear` to :mod:`dbm.gdbm`. Patch By Dong-hee Na.
1+
Add :meth:`dbm.gnu.gdbm.clear` to :mod:`dbm.gnu`. Patch By Dong-hee Na.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add :meth:`dbm.ndbm.clear` to :mod:`dbm.ndbm`. Patch By Dong-hee Na.
1+
Add :meth:`dbm.ndbm.ndbm.clear` to :mod:`dbm.ndbm`. Patch By Dong-hee Na.

0 commit comments

Comments
 (0)