exceptions was missing from the module list. Added.

This commit is contained in:
Jack Jansen 2001-08-27 22:50:41 +00:00
parent 535c524508
commit e7d8322630
1 changed files with 1 additions and 0 deletions

View 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 */