RELEASED Python 2.4.3, final.

A

Anthony Baxter

On behalf of the Python development team and the Python community,
I'm happy to announce the release of Python 2.4.3 (final).

Python 2.4.3 is a bug-fix release. See the release notes at the
website (also available as Misc/NEWS in the source distribution)
for details of the more than 50 bugs squished in this release,
including a number found by the Coverity Scan project.

Assuming no major bugs pop up, the next release of Python will
be Python 2.5 (alpha 1), with a final 2.4.4 release of Python
shortly after the final version of Python 2.5. The release plan
for Python 2.5 is documented in PEP-0356.

For more information on Python 2.4.3, including download links for
various platforms, release notes, and known issues, please see:

http://www.python.org/2.4.3/

Highlights of this new release include:

- Bug fixes. According to the release notes, at least 50
have been fixed.

- A small number of bugs, regressions and reference leaks
have been fixed since Python 2.4.3 release candidate 1.
See NEWS.txt for more.

Highlights of the previous major Python release (2.4) are
available from the Python 2.4 page, at

http://www.python.org/2.4/highlights.html

Enjoy this new release,
Anthony

Anthony Baxter
(e-mail address removed)
Python Release Manager
(on behalf of the entire python-dev team)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBEKwXoDt3F8mpFyBYRAtAIAJ99fm1sb8M/1qNxpKPwBJQn372qpgCfVdyK
LbdG94a/H4yO9eXmrGiwYgE=
=72cw
-----END PGP SIGNATURE-----
 
J

John Salerno

Anthony said:
On behalf of the Python development team and the Python community,
I'm happy to announce the release of Python 2.4.3 (final).
Thanks!

Assuming no major bugs pop up, the next release of Python will
be Python 2.5 (alpha 1), with a final 2.4.4 release of Python
shortly after the final version of Python 2.5.

Why would 2.4.4 come out after the final release of 2.5?
 
?

=?ISO-8859-1?Q?Gerhard_H=E4ring?=

John said:
Why would 2.4.4 come out after the final release of 2.5?

Because upgrading to a higher Python micro release is always
backwards-compatible. Even with existing third-party extension modules
that you have installed.

Going from 2.4.x to 2.5.x normally means you have to recompile all your
extension modules written in C. Or download and install them, if they
have binaries for your platform.

-- Gerhard
 
F

Fredrik Lundh

John said:
Why would 2.4.4 come out after the final release of 2.5?

the 2.X.Y releases are bugfix releases, which mainly contain things discovered
and fixed during development of 2.(X+1). releasing the last 2.X.Y maintenance
release *after* releasing 2.(X+1) final is a good way to make sure that nothing
got left out.

</F>
 
J

John Salerno

Fredrik said:
the 2.X.Y releases are bugfix releases, which mainly contain things discovered
and fixed during development of 2.(X+1). releasing the last 2.X.Y maintenance
release *after* releasing 2.(X+1) final is a good way to make sure that nothing
got left out.

</F>

Thanks guys!
 
T

Terry Reedy

John Salerno said:
Why would 2.4.4 come out after the final release of 2.5?

Code patches are generally applied first to the development branch. Those
that merely fix bugs usually get backported to the maintenance branch.*

Releasing 2.4.4 after 2.5 has two purposes. One, as Fredrik said, is to
catch up on the backlog of backports, which may grow in the final rush to
get the new version out. It also gives additional time to test all the
bugfixes in wider usage than the test suite.

Terry Jan Reedy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top