Fix a refcount bug in an obscure code corner.
diff --git a/Misc/NEWS b/Misc/NEWS
index 35a9c19..fe6df61 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Bug #845802: Python crashes when __init__.py is a directory.
+
 - Unicode objects received two new methods: iswide() and width().
   These query East Asian width information, as specified in Unicode
   TR11.