[Tutor] source code

dman dsh8290@rit.edu
Sun, 12 Aug 2001 22:03:51 -0400


On Sun, Aug 12, 2001 at 09:21:57PM -0400, paul wrote:
| what exactly is the python source code?  and where do i find it?
| everyone says that it's available for download on the python
| website, but where is it?  i've searched for it on the search
| engine, and looked about everywhere.  i must just not know what it
| is.

The python source code is the source code that defines the python
interpreter.  The interpreter is written in C.  The source for version
2.1.1 of the interpreter can be found at :
    http://www.python.org/ftp/python/2.1.1/Python-2.1.1.tgz
and the current development version of the source can be found at :
    http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/

HTH,
-D