Issue #1393: object_richcompare() returns NotImplemented instead of
 False if the objects aren't equal, to give the other side a chance.
diff --git a/Misc/NEWS b/Misc/NEWS
index 22c4f86..72a2884 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #1393: object_richcompare() returns NotImplemented instead of
+  False if the objects aren't equal, to give the other side a chance.
+
 - Issue #1692: Interpreter was not displaying location of SyntaxError
 
 - Improve some exception messages when Windows fails to load an extension