Remove the ability to slice/index on exceptions per PEP 352.
diff --git a/Misc/NEWS b/Misc/NEWS
index ed921e7..edb512f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@
 Core and Builtins
 -----------------
 
+- Removing indexing/slicing on BaseException.
+
 - Remove the exceptions module, all the exceptions are already builtin.
 
 - input() becomes raw_input(): the name input() now implements the