commit | 3f2fa0a53d79c14516dab32c76f193e4ae035287 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jul 12 12:09:05 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jul 12 12:09:05 2000 +0000 |
tree | 9e54638b91140c8941e8adea4a00f309bdf3903c | |
parent | 0ae528447f5321936532b8be1a46c54f45b8b734 [diff] |
Add "exceptions" to list of built-in modules for the sake of sys.builtin_module_names. (Noticed by Toby Dickenson.)
diff --git a/Modules/config.c.in b/Modules/config.c.in index 08358db..106b084 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in
@@ -37,6 +37,7 @@ {"__main__", NULL}, {"__builtin__", NULL}, {"sys", NULL}, + {"exceptions", NULL}, /* Sentinel */ {0, 0}