diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 21:08:13 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 21:08:13 (GMT) |
commit | 4f056d43d6ad62d63306cd8a693dda4b52d3ae34 (patch) | |
tree | 6a0a25ab2322468c3eb0b0b236e2cae1a634af21 /Misc | |
parent | 124a0b314bcd1e3fb4d768e9f0a95242b0e4e2b3 (diff) | |
parent | 7d6392c517c6501d79541b4b2bdbfd661b9322a7 (diff) | |
download | cpython-4f056d43d6ad62d63306cd8a693dda4b52d3ae34.zip cpython-4f056d43d6ad62d63306cd8a693dda4b52d3ae34.tar.gz cpython-4f056d43d6ad62d63306cd8a693dda4b52d3ae34.tar.bz2 |
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Projected release date: 2013-11-24 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. |