|
|
|||||||||||||||||
|
Python 2.4.1Python 2.4.2 is a bugfix release which supercedes Python 2.4.1. We are pleased to announce the release of Python 2.4.1 (final) on March 30, 2005. Note: there's a security fix for SimpleXMLRPCServer.py - this fix is included in 2.4.1 Python 2.4.1 is a bugfix release of Python 2.4 - Python 2.4 is now in bugfix-only mode, no new features are being added. Several dozen bugs were squashed since Python 2.4, including the SimpleXMLRPCServer security fix. See the detailed release notes for more, For more information on the new features of Python 2.4 see the 2.4 highlights or consult Andrew Kuchling's What's New In Python for a more detailed view. Please see the separate bugs page for known issues and the bug reporting procedure. Download the releaseStarting with the Python 2.4 releases the Windows Python installer is being distributed as a Microsoft Installer (.msi) file. To use this, the Windows system must support Microsoft Installer 2.0. Just save the installer file python-2.4.1.msi to your local machine, then double-click python-2.4.1.msi to find out if your machine supports MSI. If it doesn't, you'll need to install Microsoft Installer first. Many other packages (such as Word and Office) also include MSI, so you may already have it on your system. If not, you can download it freely from Microsoft for Windows 95, 98 and Me and for Windows NT 4.0 and 2000. Windows XP and later already have MSI; many older machines will already have MSI installed. The new format installer allows for automated installation and many other shiny new features. There is also a separate installer python-2.4.1.ia64.msi for Win64-Itanium users. Windows users may also be interested in Mark Hammond's win32all package, available from Sourceforge. win32all adds a number of Windows-specific extensions to Python, including COM support and the Pythonwin IDE. Bob Ippolito has created an installer for Mac OS X 10.3 and later - you can fetch this from his site, or directly from here. All others should download either Python-2.4.1.tgz or Python-2.4.1.tar.bz2, the source archive. The tar.bz2 is considerably smaller, so get that one if your system has the appropriate tools to deal with it. Unpack it with tar -zxvf Python-2.4.1.tgz (or bzcat Python-2.4.1.tar.bz2 | tar -xf -). Change to the Python-2.4.1 directory and run the "./configure", "make", "make install" commands to compile and install Python. The source archive is also suitable for Windows users who feel the need to build their own version. What's New?
Files, MD5 checksums, signatures and sizes
The signatures above were generated with GnuPG using release manager Anthony Baxter's public key which has a key id of 6A45C816. |