Skip to content

Commit

Permalink
pythongh-107122: Update what's news for dbm.*dbm.clear() method (pyth…
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored and mementum committed Jul 23, 2023
1 parent 98a3597 commit c38a400
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.13.rst
Expand Up @@ -101,6 +101,13 @@ array
It can be used instead of ``'u'`` type code, which is deprecated.
(Contributed by Inada Naoki in :gh:`80480`.)

dbm
---

* Add :meth:`dbm.gnu.gdbm.clear` and :meth:`dbm.ndbm.ndbm.clear` methods that remove all items
from the database.
(Contributed by Dong-hee Na in :gh:`107122`.)

io
--

Expand Down
@@ -1 +1 @@
Add :meth:`dbm.gdbm.clear` to :mod:`dbm.gdbm`. Patch By Dong-hee Na.
Add :meth:`dbm.gnu.gdbm.clear` to :mod:`dbm.gnu`. Patch By Dong-hee Na.
@@ -1 +1 @@
Add :meth:`dbm.ndbm.clear` to :mod:`dbm.ndbm`. Patch By Dong-hee Na.
Add :meth:`dbm.ndbm.ndbm.clear` to :mod:`dbm.ndbm`. Patch By Dong-hee Na.

0 comments on commit c38a400

Please sign in to comment.