]> granicus.if.org Git - python/commit
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Oct 2013 21:06:52 +0000 (00:06 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Oct 2013 21:06:52 +0000 (00:06 +0300)
commit7d6392c517c6501d79541b4b2bdbfd661b9322a7
tree24c52ab5ecee266172aea43a5d57358969f898f8
parent9da33ab193803922141f654f6d3cccdaed6b4866
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
Lib/test/test_dbm_gnu.py
Misc/NEWS
Modules/_gdbmmodule.c