From b8551ae68fc330040e39ee2f4b6bdedcad1ea0a8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 7 Apr 2007 03:14:46 +0000 Subject: Somehow this contained a bogus reference to "exceptions" which caused "import exceptions" to behave bizarrely. --- Modules/config.c.in | 2 -- 1 file changed, 2 deletions(-) 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 @@ struct _inittab _PyImport_Inittab[] = { {"__main__", NULL}, {"__builtin__", NULL}, {"sys", NULL}, - {"exceptions", NULL}, /* This lives in gcmodule.c */ {"gc", initgc}, @@ -63,4 +62,3 @@ struct _inittab _PyImport_Inittab[] = { #ifdef __cplusplus } #endif - -- cgit v0.12