The file python1.4-linux2.0-i386.rpm contains a Python 1.4 binary for Linux
2.0 on Intel 486 packed using the RedHat RPM tool version 2.2.8.

The installation includes all .py/.pyc modules. Modules in C
are linked static. Only standard modules are compiled:

>>> import sys
>>> sys.builtin_module_names
['__builtin__', '__main__', 'array', 'audioop', 'binascii', 'cmath', 'crypt', 'errno', 'fcntl', 'grp', 'imageop', 'imp', 'marshal', 'math', 'md5', 'operator', 'parser', 'posix', 'pwd', 'regex', 'rgbimg', 'rotor', 'select', 'signal', 'socket', 'strop', 'struct', 'sys', 'time']

There is not thread support.
The interpreter was compiled with readline support on linux 2.0.25 with
gcc 2.7.2.1.

Nils Fischbeck
[email protected]