Previous check-in was by mistake, undo it.
diff --git a/Lib/xml/sax/xmlreader.py b/Lib/xml/sax/xmlreader.py
index 6c7b77e..f1c9d9d 100644
--- a/Lib/xml/sax/xmlreader.py
+++ b/Lib/xml/sax/xmlreader.py
@@ -2,7 +2,9 @@
 should be based on this code. """
 
 import handler
-from _exceptions import *
+
+from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
+
 
 # ===== XMLREADER =====