actually remove the mimetools module
diff --git a/Misc/NEWS b/Misc/NEWS
index fcd4623..fee9c5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@
 Library
 -------
 
+- mimetools has been removed in favor of the email package
+
 - Patch #2849: Remove use of rfc822 module from standard library.
 
 - Added C optimized implementation of io.StringIO.