mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)
This commit is contained in:
parent
0ae4870d09
commit
d1b839b453
3 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
--
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue