return NotImplemented from Mapping when comparing to a non-mapping #8729
diff --git a/Misc/NEWS b/Misc/NEWS
index 237ed19..23b079c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@
 Library
 -------
 
+- Issue #8729: Return NotImplemented from collections.Mapping.__eq__ when
+  comparing to a non-mapping.
+
 - Issue #8759: Fixed user paths in sysconfig for posix and os2 schemes.
 
 - Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.