Changeset 391 for python/trunk/RISCOS/Modules/config.c
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/RISCOS/Modules/config.c
r2 r391 50 50 struct _inittab _PyImport_Inittab[] = { 51 51 52 52 {"riscos", initriscos}, 53 53 54 54 /* -- ADDMODULE MARKER 2 -- */ 55 55 56 57 56 /* This module "lives in" with marshal.c */ 57 {"marshal", PyMarshal_Init}, 58 58 59 60 59 /* This lives it with import.c */ 60 {"imp", initimp}, 61 61 62 63 64 65 66 62 /* These entries are here for sys.builtin_module_names */ 63 {"__main__", NULL}, 64 {"__builtin__", NULL}, 65 {"sys", NULL}, 66 {"exceptions", NULL}, 67 67 68 69 68 /* This lives in gcmodule.c */ 69 {"gc", initgc}, 70 70 71 72 71 /* Sentinel */ 72 {0, 0} 73 73 };
Note:
See TracChangeset
for help on using the changeset viewer.