Remove the multifile module as deprecated by PEP 4.
diff --git a/Misc/NEWS b/Misc/NEWS
index cfd3770..0af5a10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- The multifile module has been removed.
+
 - The SocketServer module has been renamed to socketserver.
 
 - Fix the __all__ setting on 'collections' to include UserList and UserString.