From 3f2fa0a53d79c14516dab32c76f193e4ae035287 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 12 Jul 2000 12:09:05 +0000 Subject: Add "exceptions" to list of built-in modules for the sake of sys.builtin_module_names. (Noticed by Toby Dickenson.) --- Modules/config.c.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/config.c.in b/Modules/config.c.in index 08358db..106b084 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -37,6 +37,7 @@ struct _inittab _PyImport_Inittab[] = { {"__main__", NULL}, {"__builtin__", NULL}, {"sys", NULL}, + {"exceptions", NULL}, /* Sentinel */ {0, 0} -- cgit v0.12