私がすることは次のとおりです。
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import sys
>>> print sys.modules['idlelib.sys']
None
>>> 'idlelib.sys' in sys.modules
True
この空のモジュールがあるのはなぜですか?