RELEASED Python 2.4.1 (final)

From: Anthony Baxter (anthony_at_python.org)
Date: 03/30/05


To: python-dev@python.org, python-announce@python.org, python-list@python.org
Date: Wed, 30 Mar 2005 19:36:54 +1000


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

Python 2.4.1 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 bugs squished in this release. Python 2.4.1 should be a completely
painless upgrade from Python 2.4 - no new features have been added.

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

    http://www.python.org/2.4.1/

Highlights of this new release include:

  - Bug fixes. According to the release notes, several dozen bugs
    have been fixed, including a fix for the SimpleXMLRPCServer
    security issue (PSF-2005-001).

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 the new release,
Anthony

Anthony Baxter
anthony@python.org
Python Release Manager
(on behalf of the entire python-dev team)






Relevant Pages

  • Re: Newbie : checking semantics
    ... > I discover that python is really what it is: ... languages are being used in an ever-widening variety of ways. ... You're never sure your code is free of bugs no matter what ... Clearly, declaring variables ...
    (comp.lang.python)
  • Weekly Python Patch/Bug Summary
    ... New / Reopened Patches ... New / Reopened Bugs ... Python Programming FAQ should be updated for Python 2.4 ...
    (comp.lang.python)
  • Re: How do I submit fixes for urllib2 & urlparse?
    ... and figure I can fix the problems. ... I did find http://sourceforge.net/projects/python, should I report my ... As you can probably guess I have not provided python fixes before. ... Please submit the bugs here: ...
    (comp.lang.python)
  • Re: Is Python suitable for a huge, enterprise size app?
    ... closed source libraries that are version 3 and they seem buggier and less stable than m2crypto. ... And don't get me started on Microsoft products (we've been using DirectShow *9* in some stuff, and due to bugs in DirectShow we were completely and utterly screwed despite what the documentation said; things just didn't work as they should, and Microsoft has confirmed that it's a bug that will be fixed in some future release - so we had to backtrack, ripping out code that should work just fine, and take another stab at getting DirectShow to cooperate). ... Having said that - I think we probably *would* use it for production financial transactions - but that's more a matter of closed vs. open source than Python vs not. ... Memory leaks aren't exactly unique to Python - according to bugs.sun.com, there are currently 382 *open* bugs related to memory leaks in the JDK alone. ...
    (comp.lang.python)
  • Re: Ideas for projects
    ... Why start with a medium to large project when you can do something ... beneficial to the Python community at large. ... The most immediately useful thing to do is to follow the bugs link on ... so you'll learn how the language is used instead of just ...
    (comp.lang.python)