Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string · pythoncapi/cpython@9da33ab · GitHub
Skip to content

Commit 9da33ab

Browse files
Issue python#19287: Fixed the "in" operator of dbm.ndbm databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
1 parent be80fc9 commit 9da33ab

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Lib/test/test_dbm_ndbm.py

Lines changed: 1 addition & 0 deletions

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ Core and Builtins
8181
Library
8282
-------
8383

84+
- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
85+
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
86+
8487
- Issue #19327: Fixed the working of regular expressions with too big charset.
8588

8689
- Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin

Modules/_dbmmodule.c

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)