Added msg to Misc/NEWS
diff --git a/Misc/NEWS b/Misc/NEWS
index f773296..ee0ced2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Issue #1553: An errornous __length_hint__ can make list() raise a
+  SystemError.
+
 - PEP 366: Allow explicit relative imports when executing modules
   inside packages with the -m switch via a new module level
   __package__ attribute.