SF bug #1155938: Missing None check for __init__().
diff --git a/Misc/NEWS b/Misc/NEWS
index baf3445..5bf2e51 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and builtins
 -----------------
 
+- Bug #1155938: new style classes did not check that __init__() was
+  returning None.
+
 - Patch #802188: Report characters after line continuation character 
   ('\') with a specific error message.