Fixed a modulefinder crash on certain relative imports.
diff --git a/Misc/NEWS b/Misc/NEWS
index ae89094..d6f3cae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@
 Library
 -------
 
+- Fixed a modulefinder crash on certain relative imports.
+
 - Issue #4150: Pdb's "up" command now works for generator frames in post-mortem
   debugging.