can't find python2.4 source code

Fredrik Lundh fredrik at pythonware.com
Mon Dec 13 11:07:28 EST 2004


Donnie Leen wrote:
>I had tried already, the doesn't contain the sourcecode.
> In python2.3.3, the release pakage contained sourcecode is Python-2.3.3.tar.

the 2.3.3 sources (http://www.python.org/2.3.3/) are shipped as
Python-2.3.3.tgz and Python-2.3.3.tar.bz2.

the 2.4 sources (http://www.python.org/2.4) are shipped as
Python-2.4.tgz and Python-2.4.tar.bz2.

use gunzip (or bunzip2) to convert the compressed archives to
a standard tarball.  (if you're on windows, any recent WinZip
or WinZip-clone should be able to do that for you)

</F> 






More information about the Python-list mailing list