Is there a list of Python source files with descriptions anywhere?

WP warrenpstma at _______.com.hotmail
Wed Feb 26 13:34:38 EST 2003


Carl Bevil wrote:
> Anyone know of such a list?  My searching has come up empty handed.

When I did this with Python 1.5.2, and statically linked an embedded python interpreter into a Windows EXE file, I had these files:


c:\myapp\myapp.exe
c:\myapp\lib\<files>

The files in lib were:

os.py
string.py
excep*.py
site*.py
---
Warren





More information about the Python-list mailing list