Skip to content

Commit

Permalink
pythongh-107122: Update what's news for dbm.*dbm.clear() method
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Jul 23, 2023
1 parent 0ae4870 commit c155598
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
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.gdbm.clear` and :meth:`dbm.ndbm.clear` that remove all items
from the database.
(Contributed by Dong-hee Na in :gh:`107122`.)

io
--

Expand Down

0 comments on commit c155598

Please sign in to comment.