]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commit4f056d43d6ad62d63306cd8a693dda4b52d3ae34
tree6a0a25ab2322468c3eb0b0b236e2cae1a634af21
parent124a0b314bcd1e3fb4d768e9f0a95242b0e4e2b3
parent7d6392c517c6501d79541b4b2bdbfd661b9322a7
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
Misc/NEWS
Modules/_gdbmmodule.c