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

1  2 
Misc/NEWS
Modules/_gdbmmodule.c

diff --cc Misc/NEWS
index 9f9ed65975837f19bc9fe7fc4f1e9ab98aefb91b,854a4a09c6ed1dd049fdbfe00ddc8b05ada47b35..2323d88115934004972ff23817db85c0faf2ba98
+++ b/Misc/NEWS
@@@ -10,11 -12,6 +10,14 @@@ Projected release date: 2013-11-2
  Core and Builtins
  -----------------
  
++- Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
++  argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
++
 +- 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