8000 gh-107122: Update what's news for dbm.*dbm.clear() method by corona10 · Pull Request #107135 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107122: Update what's news for dbm.*dbm.clear() method #107135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.13.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
corona10 and vstinner authored Jul 23, 2023
commit a5d4b675fea714f5754d791ca5825492c478e970
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ array
dbm
---

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

Expand Down
0