projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
535c524
)
exceptions was missing from the module list. Added.
author
Jack Jansen
<jack.jansen@cwi.nl>
Mon, 27 Aug 2001 22:50:41 +0000
(22:50 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Mon, 27 Aug 2001 22:50:41 +0000
(22:50 +0000)
Mac/Modules/macconfig.c
patch
|
blob
|
history
diff --git
a/Mac/Modules/macconfig.c
b/Mac/Modules/macconfig.c
index 0e4dd91433cc3398fb2d7c395c0795bb841eb94c..5d17c0b900ed8d56014d2cd004b9f8ed1d0bfe00 100644
(file)
--- 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 */