Add sys.builtin_module_names
For os.py. Currently just do it by inspecting the set of modules at the end of the runtime setup; CPython does it by examining the "import inittab". Required adding str comparison methods so they can be sorted. bonus: add errno module.
Showing
Please register or sign in to comment