Bug #1481296: Fixed long(float('nan'))!=0L.
diff --git a/Misc/NEWS b/Misc/NEWS
index 87de123..bd98e38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Bug #1481296: Fixed long(float('nan'))!=0L.
+
 - Issue #1640: Added math.isinf(x), math.isnan(x) and math.copysign(x, y)
   functions.