Bug #1250170, Patch #1462230: handle socket.gethostname()
failures gracefully
diff --git a/Misc/NEWS b/Misc/NEWS
index 38a608b..55357d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -485,6 +485,9 @@
 Library
 -------
 
+- Bug #1250170: mimetools now gracefully handles socket.gethostname()
+  failures gracefully.
+
 - patch #1457316: "setup.py upload" now supports --identity to select the
   key to be used for signing the uploaded code.