summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-24 21:06:52 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-24 21:06:52 (GMT)
commit7d6392c517c6501d79541b4b2bdbfd661b9322a7 (patch)
tree24c52ab5ecee266172aea43a5d57358969f898f8 /Misc/NEWS
parent9da33ab193803922141f654f6d3cccdaed6b4866 (diff)
downloadcpython-7d6392c517c6501d79541b4b2bdbfd661b9322a7.zip
cpython-7d6392c517c6501d79541b4b2bdbfd661b9322a7.tar.gz
cpython-7d6392c517c6501d79541b4b2bdbfd661b9322a7.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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b43fa9a..854a4a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@ Core and Builtins
Library
-------
+- 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.