]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Oct 2013 21:01:25 +0000 (00:01 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Oct 2013 21:01:25 +0000 (00:01 +0300)
argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.

1  2 
Misc/NEWS
Modules/_dbmmodule.c

diff --cc Misc/NEWS
index 52c86907f4d29f76fa7a0d1b476af27a1f953d6b,b43fa9a058b05b34cb9233a657ab6439405eb84c..9f9ed65975837f19bc9fe7fc4f1e9ab98aefb91b
+++ b/Misc/NEWS
@@@ -10,8 -12,6 +10,11 @@@ Projected release date: 2013-11-2
  Core and Builtins
  -----------------
  
++- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
++  argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
++
 +- Issue #19369: Optimized the usage of __length_hint__().
 +
  - Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
    Python executable and not removed by the linker's optimizer.
  
Simple merge