diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-27 22:50:41 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-27 22:50:41 (GMT) |
commit | e7d8322630f82d22984987a97c11371ddacba59e (patch) | |
tree | bef3e7202365df59818e7fd622f7ef313e8a619c /Mac | |
parent | 535c52450865b961a9222518965b41dd950cca81 (diff) | |
download | cpython-e7d8322630f82d22984987a97c11371ddacba59e.zip cpython-e7d8322630f82d22984987a97c11371ddacba59e.tar.gz cpython-e7d8322630f82d22984987a97c11371ddacba59e.tar.bz2 |
exceptions was missing from the module list. Added.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/macconfig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index 0e4dd91..5d17c0b 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 */ |