Commit f981c8f9 authored by Guido van Rossum's avatar Guido van Rossum

Add "exceptions" to list of built-in modules for the sake of

sys.builtin_module_names.  (Noticed by Toby Dickenson.)

[Tim, please test!]
parent 3f2fa0a5
......@@ -117,6 +117,7 @@ struct _inittab _PyImport_Inittab[] = {
{"__main__", NULL},
{"__builtin__", NULL},
{"sys", NULL},
{"exceptions", NULL},
/* Sentinel */
{0, 0}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment