/usr/lib64/python2.6/lib-dynload
NameSizeModeActions
arraymodule.so414080555editdlrm
audioop.so240400555editdlrm
binascii.so209760555editdlrm
bz2.so356960755editdlrm
cmathmodule.so421840555editdlrm
cPickle.so756640555editdlrm
cStringIO.so192480555editdlrm
datetime.so812560755editdlrm
dbm.so120400755editdlrm
dlmodule.so90320555editdlrm
fcntlmodule.so146320555editdlrm
future_builtins.so76320755editdlrm
gdbmmodule.so166560555editdlrm
grpmodule.so90800555editdlrm
imageop.so140880555editdlrm
itertoolsmodule.so548960555editdlrm
linuxaudiodev.so129440555editdlrm
mathmodule.so264080555editdlrm
mmapmodule.so216400555editdlrm
nismodule.so121680555editdlrm
operator.so386080555editdlrm
ossaudiodev.so259680755editdlrm
parsermodule.so464080555editdlrm
pyexpat.so502800755editdlrm
Python-2.6.6-py2.6.egg-info15240644editdlrm
readline.so240080555editdlrm
resource.so116080555editdlrm
selectmodule.so244320555editdlrm
spwdmodule.so90320555editdlrm
stropmodule.so252880555editdlrm
syslog.so77440755editdlrm
termios.so251600555editdlrm
timemodule.so203280555editdlrm
timingmodule.so57360555editdlrm
unicodedata.so5900000555editdlrm
xxsubtype.so89520555editdlrm
zlibmodule.so237840555editdlrm
_bisectmodule.so98720555editdlrm
_bsddb.so1231280555editdlrm
_bytesio.so178160755editdlrm
_codecs_cn.so1465680555editdlrm
_codecs_hk.so1545360555editdlrm
_codecs_iso2022.so211040555editdlrm
_codecs_jp.so2616080555editdlrm
_codecs_kr.so1330000555editdlrm
_codecs_tw.so1080080555editdlrm
_collectionsmodule.so281120555editdlrm
_cryptmodule.so50640555editdlrm
_csv.so295440555editdlrm
_ctypes.so1237360755editdlrm
_curses.so788160755editdlrm
_curses_panel.so130960755editdlrm
_elementtree.so423920755editdlrm
_fileio.so196560755editdlrm
_functoolsmodule.so122560555editdlrm
_hashlib.so154320755editdlrm
_heapq.so222720755editdlrm
_hotshot.so264560755editdlrm
_json.so122560755editdlrm
_localemodule.so216080555editdlrm
_lsprof.so171600755editdlrm
_multibytecodecmodule.so315040555editdlrm
_multiprocessing.so299360755editdlrm
_randommodule.so126800555editdlrm
_socketmodule.so607520555editdlrm
_sqlite3.so771040755editdlrm
_ssl.so341120555editdlrm
_struct.so378400555editdlrm
_tkinter.so523680555editdlrm
_weakref.so72080555editdlrm
Edit: /usr/lib64/python2.6/lib-dynload/Python-2.6.6-py2.6.egg-info (1524B)
Metadata-Version: 1.0 Name: Python Version: 2.6.6 Summary: A high-level object-oriented programming language Home-page: http://www.python.org/2.6 Author: Guido van Rossum and the Python community Author-email: python-dev@python.org License: PSF license Description: Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface. The Python implementation is portable: it runs on many brands of UNIX, on Windows, DOS, OS/2, Mac, Amiga... If your favorite system isn't listed here, it may still be supported, if there's a C compiler for it. Ask around on comp.lang.python -- or just try compiling Python yourself. Platform: Many Classifier: Development Status :: 6 - Mature Classifier: License :: OSI Approved :: Python Software Foundation License Classifier: Natural Language :: English Classifier: Programming Language :: C Classifier: Programming Language :: Python Classifier: Topic :: Software Development