diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 21:06:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 21:06:52 (GMT) |
commit | 7d6392c517c6501d79541b4b2bdbfd661b9322a7 (patch) | |
tree | 24c52ab5ecee266172aea43a5d57358969f898f8 /Misc/NEWS | |
parent | 9da33ab193803922141f654f6d3cccdaed6b4866 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |