C:\>python -i -v import _frozen_importlib # frozen import imp # builtin import sys # builtin # installing zipimport hook # installed zipimport hook # C:\Python34\lib\encodings\__pycache__\__init__.cpython-34.pyc matches C:\Python34\lib\encodings\__init__.py # code object from 'C:\\Python34\\lib\\encodings\\__pycache__\\__init__.cpython-34.pyc' # C:\Python34\lib\__pycache__\codecs.cpython-34.pyc matches C:\Python34\lib\codecs.py # code object from 'C:\\Python34\\lib\\__pycache__\\codecs.cpython-34.pyc' import 'codecs' # <_frozen_importlib.SourceFileLoader object at 0x02A03FB0> # C:\Python34\lib\encodings\__pycache__\aliases.cpython-34.pyc matches C:\Python34\lib\encodings\aliases.py # code object from 'C:\\Python34\\lib\\encodings\\__pycache__\\aliases.cpython-34.pyc' import 'encodings.aliases' # <_frozen_importlib.SourceFileLoader object at 0x02A15D10> import 'encodings' # <_frozen_importlib.SourceFileLoader object at 0x02A03A90> # C:\Python34\lib\encodings\__pycache__\mbcs.cpython-34.pyc matches C:\Python34\lib\encodings\mbcs.py # code object from 'C:\\Python34\\lib\\encodings\\__pycache__\\mbcs.cpython-34.pyc' import 'encodings.mbcs' # <_frozen_importlib.SourceFileLoader object at 0x02A15150> # C:\Python34\lib\encodings\__pycache__\utf_8.cpython-34.pyc matches C:\Python34\lib\encodings\utf_8.py # code object from 'C:\\Python34\\lib\\encodings\\__pycache__\\utf_8.cpython-34.pyc' import 'encodings.utf_8' # <_frozen_importlib.SourceFileLoader object at 0x02A26FF0> # C:\Python34\lib\encodings\__pycache__\latin_1.cpython-34.pyc matches C:\Python34\lib\encodings\latin_1.py # code object from 'C:\\Python34\\lib\\encodings\\__pycache__\\latin_1.cpython-34.pyc' import 'encodings.latin_1' # <_frozen_importlib.SourceFileLoader object at 0x02A29130> # C:\Python34\lib\__pycache__\io.cpython-34.pyc matches C:\Python34\lib\io.py # code object from 'C:\\Python34\\lib\\__pycache__\\io.cpython-34.pyc' # C:\Python34\lib\__pycache__\abc.cpython-34.pyc matches C:\Python34\lib\abc.py # code object from 'C:\\Python34\\lib\\__pycache__\\abc.cpython-34.pyc' # C:\Python34\lib\__pycache__\_weakrefset.cpython-34.pyc matches C:\Python34\lib\_weakrefset.py # code object from 'C:\\Python34\\lib\\__pycache__\\_weakrefset.cpython-34.pyc' import '_weakrefset' # <_frozen_importlib.SourceFileLoader object at 0x02A29870> import 'abc' # <_frozen_importlib.SourceFileLoader object at 0x02A293D0> import 'io' # <_frozen_importlib.SourceFileLoader object at 0x02A29230> # C:\Python34\lib\encodings\__pycache__\cp65001.cpython-34.pyc matches C:\Python34\lib\encodings\cp65001.py # code object from 'C:\\Python34\\lib\\encodings\\__pycache__\\cp65001.cpython-34.pyc' # C:\Python34\lib\__pycache__\functools.cpython-34.pyc matches C:\Python34\lib\functools.py # code object from 'C:\\Python34\\lib\\__pycache__\\functools.cpython-34.pyc' # C:\Python34\lib\collections\__pycache__\__init__.cpython-34.pyc matches C:\Python34\lib\collections\__init__.py # code object from 'C:\\Python34\\lib\\collections\\__pycache__\\__init__.cpython-34.pyc' # C:\Python34\lib\__pycache__\_collections_abc.cpython-34.pyc matches C:\Python34\lib\_collections_abc.py # code object from 'C:\\Python34\\lib\\__pycache__\\_collections_abc.cpython-34.pyc' import '_collections_abc' # <_frozen_importlib.SourceFileLoader object at 0x02F504D0> # C:\Python34\lib\__pycache__\operator.cpython-34.pyc matches C:\Python34\lib\operator.py # code object from 'C:\\Python34\\lib\\__pycache__\\operator.cpython-34.pyc' import 'operator' # <_frozen_importlib.SourceFileLoader object at 0x02F63B90> # C:\Python34\lib\__pycache__\keyword.cpython-34.pyc matches C:\Python34\lib\keyword.py # code object from 'C:\\Python34\\lib\\__pycache__\\keyword.cpython-34.pyc' import 'keyword' # <_frozen_importlib.SourceFileLoader object at 0x02F6A0D0> # C:\Python34\lib\__pycache__\heapq.cpython-34.pyc matches C:\Python34\lib\heapq.py # code object from 'C:\\Python34\\lib\\__pycache__\\heapq.cpython-34.pyc' import 'heapq' # <_frozen_importlib.SourceFileLoader object at 0x02F6E1D0> # C:\Python34\lib\__pycache__\reprlib.cpython-34.pyc matches C:\Python34\lib\reprlib.py # code object from 'C:\\Python34\\lib\\__pycache__\\reprlib.cpython-34.pyc' import 'reprlib' # <_frozen_importlib.SourceFileLoader object at 0x02F6E3B0> import 'collections' # <_frozen_importlib.SourceFileLoader object at 0x02A3CD90> # C:\Python34\lib\__pycache__\types.cpython-34.pyc matches C:\Python34\lib\types.py # code object from 'C:\\Python34\\lib\\__pycache__\\types.cpython-34.pyc' import 'types' # <_frozen_importlib.SourceFileLoader object at 0x02F6ED70> # C:\Python34\lib\__pycache__\weakref.cpython-34.pyc matches C:\Python34\lib\weakref.py # code object from 'C:\\Python34\\lib\\__pycache__\\weakref.cpython-34.pyc' import 'weakref' # <_frozen_importlib.SourceFileLoader object at 0x02F6EDB0> import 'functools' # <_frozen_importlib.SourceFileLoader object at 0x02A347B0> import 'encodings.cp65001' # <_frozen_importlib.SourceFileLoader object at 0x02A34690> # C:\Python34\lib\__pycache__\site.cpython-34.pyc matches C:\Python34\lib\site.py # code object from 'C:\\Python34\\lib\\__pycache__\\site.cpython-34.pyc' # C:\Python34\lib\__pycache__\os.cpython-34.pyc matches C:\Python34\lib\os.py # code object from 'C:\\Python34\\lib\\__pycache__\\os.cpython-34.pyc' # C:\Python34\lib\__pycache__\stat.cpython-34.pyc matches C:\Python34\lib\stat.py # code object from 'C:\\Python34\\lib\\__pycache__\\stat.cpython-34.pyc' import 'stat' # <_frozen_importlib.SourceFileLoader object at 0x02F98750> # C:\Python34\lib\__pycache__\ntpath.cpython-34.pyc matches C:\Python34\lib\ntpath.py # code object from 'C:\\Python34\\lib\\__pycache__\\ntpath.cpython-34.pyc' # C:\Python34\lib\__pycache__\genericpath.cpython-34.pyc matches C:\Python34\lib\genericpath.py # code object from 'C:\\Python34\\lib\\__pycache__\\genericpath.cpython-34.pyc' import 'genericpath' # <_frozen_importlib.SourceFileLoader object at 0x02F9D830> import 'ntpath' # <_frozen_importlib.SourceFileLoader object at 0x02F98B10> import 'os' # <_frozen_importlib.SourceFileLoader object at 0x02F87C90> # C:\Python34\lib\__pycache__\_sitebuiltins.cpython-34.pyc matches C:\Python34\lib\_sitebuiltins.py # code object from 'C:\\Python34\\lib\\__pycache__\\_sitebuiltins.cpython-34.pyc' import '_sitebuiltins' # <_frozen_importlib.SourceFileLoader object at 0x02F87E30> # C:\Python34\lib\__pycache__\sysconfig.cpython-34.pyc matches C:\Python34\lib\sysconfig.py # code object from 'C:\\Python34\\lib\\__pycache__\\sysconfig.cpython-34.pyc' import 'sysconfig' # <_frozen_importlib.SourceFileLoader object at 0x02F950B0> # C:\Python34\lib\__pycache__\_bootlocale.cpython-34.pyc matches C:\Python34\lib\_bootlocale.py # code object from 'C:\\Python34\\lib\\__pycache__\\_bootlocale.cpython-34.pyc' import '_bootlocale' # <_frozen_importlib.SourceFileLoader object at 0x02FAA770> # C:\Python34\lib\encodings\__pycache__\cp1250.cpython-34.pyc matches C:\Python34\lib\encodings\cp1250.py # code object from 'C:\\Python34\\lib\\encodings\\__pycache__\\cp1250.cpython-34.pyc' import 'encodings.cp1250' # <_frozen_importlib.SourceFileLoader object at 0x02FAA8F0> import 'site' # <_frozen_importlib.SourceFileLoader object at 0x02A3C1B0> Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> '¥' # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing _weakref # cleanup[2] removing winreg # cleanup[2] removing types # destroy types # cleanup[2] removing _stat # cleanup[2] removing os.path # cleanup[2] removing sys # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _collections_abc # cleanup[2] removing marshal # cleanup[2] removing _warnings # cleanup[2] removing heapq # cleanup[2] removing operator # destroy operator # cleanup[2] removing encodings.mbcs # cleanup[2] removing itertools # cleanup[2] removing _codecs # cleanup[2] removing encodings.utf_8 # cleanup[2] removing errno # cleanup[2] removing ntpath # cleanup[2] removing stat # cleanup[2] removing _imp # cleanup[2] removing _operator # cleanup[2] removing encodings.cp65001 # cleanup[2] removing functools # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _functools # cleanup[2] removing zipimport # cleanup[2] removing _locale # cleanup[2] removing site # destroy site # cleanup[2] removing _thread # cleanup[2] removing _heapq # cleanup[2] removing encodings # destroy encodings # cleanup[2] removing os # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing nt # cleanup[2] removing genericpath # cleanup[2] removing encodings.aliases # cleanup[2] removing builtins # cleanup[2] removing atexit # cleanup[2] removing weakref # destroy weakref # cleanup[2] removing _io # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing collections # cleanup[2] removing io # destroy io # cleanup[2] removing _sitebuiltins # cleanup[2] removing _frozen_importlib # cleanup[2] removing encodings.cp1250 # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing abc # destroy abc # cleanup[2] removing _collections # cleanup[2] removing codecs # cleanup[2] removing encodings.latin_1 # cleanup[2] removing signal # destroy zipimport # destroy signal # destroy _locale # destroy atexit # destroy _sitebuiltins # destroy errno # destroy ntpath # destroy _stat # destroy genericpath # destroy stat # destroy os # cleanup[3] wiping _weakref # cleanup[3] wiping winreg # cleanup[3] wiping _collections_abc # cleanup[3] wiping marshal # cleanup[3] wiping _warnings # cleanup[3] wiping heapq # cleanup[3] wiping encodings.mbcs # cleanup[3] wiping itertools # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _imp # cleanup[3] wiping _operator # cleanup[3] wiping encodings.cp65001 # destroy functools # cleanup[3] wiping _functools # cleanup[3] wiping _thread # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping nt # cleanup[3] wiping encodings.aliases # cleanup[3] wiping _io # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy _operator # cleanup[3] wiping _frozen_importlib # destroy winreg # destroy nt # destroy _warnings # destroy _imp # destroy io # destroy marshal # cleanup[3] wiping encodings.cp1250 # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping codecs # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _functools # destroy _weakref # destroy collections # destroy itertools # destroy _thread # destroy _frozen_importlib C:\>