Somehow this contained a bogus reference to "exceptions" which caused
"import exceptions" to behave bizarrely.
diff --git a/Modules/config.c.in b/Modules/config.c.in
index 8c25eea..e9c54a9 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -50,7 +50,6 @@
 	{"__main__", NULL},
 	{"__builtin__", NULL},
 	{"sys", NULL},
-	{"exceptions", NULL},
 
 	/* This lives in gcmodule.c */
 	{"gc", initgc},
@@ -63,4 +62,3 @@
 #ifdef __cplusplus
 }
 #endif
-