Modulefinder now handles absolute and relative imports, including
tests.

Will backport to release25-maint.
diff --git a/Misc/NEWS b/Misc/NEWS
index b9b9883..d119667 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@
 Library
 -------
 
+- Lib/modulefinder.py now handles absolute and relative imports
+  correctly.
+
 - Patch #1567274: Support SMTP over TLS.
 
 - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that
@@ -199,6 +202,8 @@
 Tests
 -----
 
+- Added some tests for modulefinder.
+
 - Converted test_imp to use unittest.
 
 - Fix bsddb test_basics.test06_Transactions to check the version