Roundup Tracker - Issues

Message378

Author surreality
Recipients
Date 2002-09-25.22:01:15
Message-id
In-reply-to
Logged In: YES 
user_id=180654

Here you go:

surreality@usw-pr-shell1:~$ python2 -v
# /usr/lib/python2.2/site.pyc matches /usr/lib/python2.2/site.py
import site # precompiled from /usr/lib/python2.2/site.pyc
# /usr/lib/python2.2/os.pyc matches /usr/lib/python2.2/os.py
import os # precompiled from /usr/lib/python2.2/os.pyc
import posix # builtin
# /usr/lib/python2.2/posixpath.pyc matches
/usr/lib/python2.2/posixpath.py
import posixpath # precompiled from
/usr/lib/python2.2/posixpath.pyc
# /usr/lib/python2.2/stat.pyc matches /usr/lib/python2.2/stat.py
import stat # precompiled from /usr/lib/python2.2/stat.pyc
# /usr/lib/python2.2/UserDict.pyc matches
/usr/lib/python2.2/UserDict.py
import UserDict # precompiled from
/usr/lib/python2.2/UserDict.pyc
Python 2.2 (#1, Apr 12 2002, 15:29:57) 
[GCC 2.96 20000731 (Red Hat Linux 7.2 2.96-109)] on linux2
Type "help", "copyright", "credits" or "license" for more
information.
dlopen("/usr/lib/python2.2/lib-dynload/readline.so", 2);
import readline # dynamically loaded from
/usr/lib/python2.2/lib-dynload/readline.so
>>> import socket
# /usr/lib/python2.2/socket.pyc matches
/usr/lib/python2.2/socket.py
import socket # precompiled from /usr/lib/python2.2/socket.pyc
dlopen("/usr/lib/python2.2/lib-dynload/_socketmodule.so", 2);
import _socket # dynamically loaded from
/usr/lib/python2.2/lib-dynload/_socketmodule.so
>>> import bsddb
dlopen("/usr/lib/python2.2/lib-dynload/bsddbmodule.so", 2);
import bsddb # dynamically loaded from
/usr/lib/python2.2/lib-dynload/bsddbmodule.so
>>> import anydbm
# /usr/lib/python2.2/anydbm.pyc matches
/usr/lib/python2.2/anydbm.py
import anydbm # precompiled from /usr/lib/python2.2/anydbm.pyc
# /usr/lib/python2.2/dbhash.pyc matches
/usr/lib/python2.2/dbhash.py
import dbhash # precompiled from /usr/lib/python2.2/dbhash.pyc
dlopen("/usr/lib/python2.2/lib-dynload/gdbmmodule.so", 2);
import gdbm # dynamically loaded from
/usr/lib/python2.2/lib-dynload/gdbmmodule.so
# /usr/lib/python2.2/dumbdbm.pyc matches
/usr/lib/python2.2/dumbdbm.py
import dumbdbm # precompiled from /usr/lib/python2.2/dumbdbm.pyc
>>> import re
# /usr/lib/python2.2/re.pyc matches /usr/lib/python2.2/re.py
import re # precompiled from /usr/lib/python2.2/re.pyc
# /usr/lib/python2.2/sre.pyc matches /usr/lib/python2.2/sre.py
import sre # precompiled from /usr/lib/python2.2/sre.pyc
# /usr/lib/python2.2/sre_compile.pyc matches
/usr/lib/python2.2/sre_compile.py
import sre_compile # precompiled from
/usr/lib/python2.2/sre_compile.pyc
import _sre # builtin
# /usr/lib/python2.2/sre_constants.pyc matches
/usr/lib/python2.2/sre_constants.py
import sre_constants # precompiled from
/usr/lib/python2.2/sre_constants.pyc
# /usr/lib/python2.2/sre_parse.pyc matches
/usr/lib/python2.2/sre_parse.py
import sre_parse # precompiled from
/usr/lib/python2.2/sre_parse.pyc
# /usr/lib/python2.2/string.pyc matches
/usr/lib/python2.2/string.py
import string # precompiled from /usr/lib/python2.2/string.pyc
dlopen("/usr/lib/python2.2/lib-dynload/strop.so", 2);
import strop # dynamically loaded from
/usr/lib/python2.2/lib-dynload/strop.so
# /usr/lib/python2.2/copy_reg.pyc matches
/usr/lib/python2.2/copy_reg.py
import copy_reg # precompiled from
/usr/lib/python2.2/copy_reg.pyc
# /usr/lib/python2.2/types.pyc matches
/usr/lib/python2.2/types.py
import types # precompiled from /usr/lib/python2.2/types.pyc
# /usr/lib/python2.2/__future__.pyc matches
/usr/lib/python2.2/__future__.py
import __future__ # precompiled from
/usr/lib/python2.2/__future__.pyc
>>> 


Apologies for the formatting. I wish sf.net's trackers
allowed for e-mail responses. =/
History
Date User Action Args
2009-02-03 14:20:05adminlinkissue614564 messages
2009-02-03 14:20:05admincreate