__hash__ may now return long int; the final hash
value is obtained by invoking hash on the long int.
Fixes #1536021.
diff --git a/Misc/NEWS b/Misc/NEWS
index 24b1645..d7f17a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
Core and builtins
-----------------
+- Bug #1536021: __hash__ may now return long int; the final hash
+ value is obtained by invoking hash on the long int.
+
- Bug #1536786: buffer comparison could emit a RuntimeWarning.
- Bug #1535165: fixed a segfault in input() and raw_input() when