summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-24 21:08:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-24 21:08:13 (GMT)
commit4f056d43d6ad62d63306cd8a693dda4b52d3ae34 (patch)
tree6a0a25ab2322468c3eb0b0b236e2cae1a634af21 /Misc
parent124a0b314bcd1e3fb4d768e9f0a95242b0e4e2b3 (diff)
parent7d6392c517c6501d79541b4b2bdbfd661b9322a7 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f9ed65..2323d88 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.