From: Jack Jansen Date: Mon, 27 Aug 2001 22:50:41 +0000 (+0000) Subject: exceptions was missing from the module list. Added. X-Git-Tag: v2.2a3~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d8322630f82d22984987a97c11371ddacba59e;p=python exceptions was missing from the module list. Added. --- diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index 0e4dd91433..5d17c0b900 100644 --- a/Mac/Modules/macconfig.c +++ b/Mac/Modules/macconfig.c @@ -306,6 +306,7 @@ struct _inittab _PyImport_Inittab[] = { /* These entries are here for sys.builtin_module_names */ {"__main__", NULL}, {"__builtin__", NULL}, + {"exceptions", NULL}, {"sys", NULL}, /* Sentinel */