代行レスはここへ264

このエントリーをはてなブックマークに追加
586動け動けウゴウゴ2ちゃんねる
お願いします
【URL】http://toro.2ch.net/test/read.cgi/tech/1332304873/
【名前欄】
【メール欄】sage
【本文】
>>> import sys
>>> sys.modules['sys']
<module 'sys' (built-in)>
>>> sys.modules['re']
<module 're' from '/home/umedoblock/local/lib/python3.2/re.py'>
>>> sys.builtin_module_names
('__main__', '_ast', '_codecs', '_collections', '_functools', '_io', '_locale', '_sre',
'_string', '_symtable', '_thread', '_warnings', '_weakref', 'builtins', 'errno', 'gc',
'imp', 'itertools', 'marshal', 'operator', 'posix', 'pwd', 'signal', 'sys', 'xxsubtype',
'zipimport')

./Python/sysmodule.c