Author: guido.van.rossum
Date: Sat Apr  7 05:14:46 2007
New Revision: 54710

Modified:
   python/branches/p3yk/Modules/config.c.in
Log:
Somehow this contained a bogus reference to "exceptions" which caused
"import exceptions" to behave bizarrely.


Modified: python/branches/p3yk/Modules/config.c.in
==============================================================================
--- python/branches/p3yk/Modules/config.c.in    (original)
+++ python/branches/p3yk/Modules/config.c.in    Sat Apr  7 05:14:46 2007
@@ -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
-
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to