]> granicus.if.org Git - python/commitdiff
exceptions was missing from the module list. Added.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Aug 2001 22:50:41 +0000 (22:50 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Aug 2001 22:50:41 +0000 (22:50 +0000)
Mac/Modules/macconfig.c

index 0e4dd91433cc3398fb2d7c395c0795bb841eb94c..5d17c0b900ed8d56014d2cd004b9f8ed1d0bfe00 100644 (file)
@@ -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 */