]> granicus.if.org Git - python/commit
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Oct 2013 20:59:28 +0000 (23:59 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 24 Oct 2013 20:59:28 +0000 (23:59 +0300)
commit9da33ab193803922141f654f6d3cccdaed6b4866
tree316dbe92a8e6cb7a74a0c84c8e90cf00550b582c
parentbe80fc9a843e3c51d1030d3eab52d6287e5aef3a
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
Lib/test/test_dbm_ndbm.py
Misc/NEWS
Modules/_dbmmodule.c