diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 20:59:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 20:59:28 (GMT) |
commit | 9da33ab193803922141f654f6d3cccdaed6b4866 (patch) | |
tree | 316dbe92a8e6cb7a74a0c84c8e90cf00550b582c /Misc/NEWS | |
parent | be80fc9a843e3c51d1030d3eab52d6287e5aef3a (diff) | |
download | cpython-9da33ab193803922141f654f6d3cccdaed6b4866.zip cpython-9da33ab193803922141f654f6d3cccdaed6b4866.tar.gz cpython-9da33ab193803922141f654f6d3cccdaed6b4866.tar.bz2 |
Issue #19287: Fixed the "in" operator of dbm.ndbm 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 #19287: Fixed the "in" operator of dbm.ndbm databases for string + argument. Original patch by Arfrever Frehtes Taifersar Arahesis. + - Issue #19327: Fixed the working of regular expressions with too big charset. - Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin |