• Kevin Modzelewski's avatar
    Add sys.builtin_module_names · 11dc4906
    Kevin Modzelewski authored
    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.
    11dc4906
types.cpp 22.9 KB