[ 1497053 ] Let dicts propagate the exceptions in user __eq__().
[ 1456209 ] dictresize() vulnerability ( <- backport candidate ).
diff --git a/Misc/NEWS b/Misc/NEWS
index c2b6932..4bdacde 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,11 @@
- Patch #1479181: split open() and file() from being aliases for each other.
+- Patch #1497053: Exceptions occurring in __eq__() methods were always
+ silently ignored by dictionaries when comparing keys. They are now
+ passed through (except when using the C API function PyDict_GetItem(),
+ whose semantics did not change).
+
Extension Modules
-----------------