diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 21:01:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 21:01:25 (GMT) |
commit | 124a0b314bcd1e3fb4d768e9f0a95242b0e4e2b3 (patch) | |
tree | 6613daade78e7ec142236c425df7fe98b56d27b0 /Misc/NEWS | |
parent | 7cb11fa89034a06dcad58b65a0321dae9171dbea (diff) | |
parent | 9da33ab193803922141f654f6d3cccdaed6b4866 (diff) | |
download | cpython-124a0b314bcd1e3fb4d768e9f0a95242b0e4e2b3.zip cpython-124a0b314bcd1e3fb4d768e9f0a95242b0e4e2b3.tar.gz cpython-124a0b314bcd1e3fb4d768e9f0a95242b0e4e2b3.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
@@ -10,6 +10,9 @@ Projected release date: 2013-11-24 Core and Builtins ----------------- +- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string + argument. Original patch by Arfrever Frehtes Taifersar Arahesis. + - Issue #19369: Optimized the usage of __length_hint__(). - Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the |