Python 2.6
These are the beta releases of Python 2.6. They are not yet suitable for production use. We're releasing them so that you can test these releases and report any last minute bugs you might find. The NEWS file conains a listing of everything that's new in Python 2.6b3.
PEP 361 includes the schedule and will be updated as the schedule evolves. At this point, any testing you can do would be greatly appreciated.
Please report bugs at http://bugs.python.org
See also the license.
Download
This is a beta release; we currently support these formats:
MD5 checksums and sizes of the released files:
f852591b280d54248e5c9f37574b0ed3 12952275 Python-2.6b3.tgz 1ea2cb30d9fc2fb01e202bf2b1639c3d 10921755 Python-2.6b3.tar.bz2 05db01d0a090e3a025db6b4dbdcee081 14298624 python-2.6b3.amd64.msi eab8a642e211139308692e5a0f4fa310 13784576 python-2.6b3.msi
The signatures above were generated with GnuPG using release manager Barry Warsaw's public key which has a key id of EA5BBD71.
What's New?
- Here is What's new in Python 2.6b3.
- On Windows Vista, the User Account Control interface is not invoked anymore, supporting "Just for me" installations again. See below for additional instructions.
- For the full list of changes, you can poke around in Subversion.
Vista Note
Administrators installing Python for all users on Windows Vista either need to be logged in as Administrator, or use the runas command, as in:
runas /user:Administrator "msiexec /i <path>\<file>.msi"
