Ticket #37558: python-v.txt

File python-v.txt, 9.0 KB (added by mikem43190@…, 12 years ago)
Line 
1unknowne0f8472e073a:~ mikem43190$ python -v
2# installing zipimport hook
3import zipimport # builtin
4# installed zipimport hook
5# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py
6import site # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.pyc
7# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py
8import os # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.pyc
9import errno # builtin
10import posix # builtin
11# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py
12import posixpath # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.pyc
13# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py
14import stat # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.pyc
15# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py
16import genericpath # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.pyc
17# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py
18import warnings # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.pyc
19# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py
20import linecache # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.pyc
21# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py
22import types # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.pyc
23# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py
24import UserDict # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.pyc
25# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py
26import _abcoll # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.pyc
27# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py
28import abc # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.pyc
29# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py
30import _weakrefset # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.pyc
31import _weakref # builtin
32# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py
33import copy_reg # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.pyc
34# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py
35import traceback # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.pyc
36# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py
37import sysconfig # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.pyc
38# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py
39import re # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.pyc
40# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py
41import sre_compile # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.pyc
42import _sre # builtin
43# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py
44import sre_parse # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.pyc
45# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py
46import sre_constants # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.pyc
47import encodings # directory /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
48# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py
49import encodings # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.pyc
50# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py
51import codecs # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.pyc
52import _codecs # builtin
53# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py
54import encodings.aliases # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.pyc
55# /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.pyc matches /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py
56import encodings.utf_8 # precompiled from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.pyc
57Python 2.7.3 (default, Oct 22 2012, 06:12:32)
58[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.58)] on darwin
59Type "help", "copyright", "credits" or "license" for more information.
60dlopen("/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so", 2);
61import readline # dynamically loaded from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so
62>>> quit()
63# clear __builtin__._
64# clear sys.path
65# clear sys.argv
66# clear sys.ps1
67# clear sys.ps2
68# clear sys.exitfunc
69# clear sys.exc_type
70# clear sys.exc_value
71# clear sys.exc_traceback
72# clear sys.last_type
73# clear sys.last_value
74# clear sys.last_traceback
75# clear sys.path_hooks
76# clear sys.path_importer_cache
77# clear sys.meta_path
78# clear sys.flags
79# clear sys.float_info
80# restore sys.stdin
81# restore sys.stdout
82# restore sys.stderr
83# cleanup __main__
84# cleanup[1] encodings
85# cleanup[1] site
86# cleanup[1] sysconfig
87# cleanup[1] abc
88# cleanup[1] _weakrefset
89# cleanup[1] sre_constants
90# cleanup[1] re
91# cleanup[1] _codecs
92# cleanup[1] _warnings
93# cleanup[1] zipimport
94# cleanup[1] encodings.utf_8
95# cleanup[1] codecs
96# cleanup[1] readline
97# cleanup[1] signal
98# cleanup[1] traceback
99# cleanup[1] posix
100# cleanup[1] encodings.aliases
101# cleanup[1] exceptions
102# cleanup[1] _weakref
103# cleanup[1] sre_compile
104# cleanup[1] _sre
105# cleanup[1] sre_parse
106# cleanup[2] copy_reg
107# cleanup[2] posixpath
108# cleanup[2] errno
109# cleanup[2] _abcoll
110# cleanup[2] types
111# cleanup[2] genericpath
112# cleanup[2] stat
113# cleanup[2] warnings
114# cleanup[2] UserDict
115# cleanup[2] os.path
116# cleanup[2] linecache
117# cleanup[2] os
118# cleanup sys
119# cleanup __builtin__
120# cleanup ints: 20 unfreed ints
121# cleanup floats
122unknowne0f8472e073a:~ mikem43190$