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

Commit 124a0b3

Browse files
Issue python#19287: Fixed the "in" operator of dbm.ndbm databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
2 parents 7cb11fa + 9da33ab commit 124a0b3

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
@@ -10,6 +10,9 @@ Projected release date: 2013-11-24
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
14+
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
15+
1316
- Issue #19369: Optimized the usage of __length_hint__().
1417

1518
- Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the

Modules/_dbmmodule.c

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)