Remove the exceptions builtin module, all the exceptions are already builtin.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ffbe45..ed921e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@
 Core and Builtins
 -----------------
 
+- Remove the exceptions module, all the exceptions are already builtin.
+
 - input() becomes raw_input(): the name input() now implements the
   functionality formerly known as raw_input(); the name raw_input()
   is no longer defined.