473,405 Members | 2,272 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

RELEASED Python 2.4.3, release candidate 1

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

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 problems crop up, a final release of
Python 2.4.3 will follow in about a week's time.

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 since 2.4.2.

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

On a personal note, according to my records this is the 25th
release of Python I've made as release manager.

So enjoy this silver anniversary release,
Anthony

Anthony Baxter
an*****@python.org
Python Release Manager
(on behalf of the entire python-dev team)
Mar 23 '06 #1
2 1508
I followed the links to the coverity page that shows their table of
errors found, and subsequently fixed in tools used for the LAMP stack.
They say that they informed the maintainers of the software about the
precise errors found and the number of errors has been tracked since
then.

It seems there page has been updated with the results of the latest
Python release o i thought I'd put a marketing spin on the data to show
which projects have been fixing their bugs.
I added the column showing % bugs fixed and sorted on that column to
highlight just what you Python maintainers have achieved:

Project Current Original Percent Lines of Defects /
defects defects fixed code KLOC
AMANDA 0 108 100.00% 88879 0
Python 0 96 100.00% 269609 0
Samba 0 216 100.00% 313893 0
XMMS 0 6 100.00% 117099 0
ethereal 11 143 92.31% 1131213 0.01
icecast 2 12 83.33% 37251 0.05
SQLite 6 31 80.65% 54257 0.11
PHP 47 204 76.96% 426559 0.11
wxWidgets 30 73 58.90% 310917 0.1
Net-SNMP 61 148 58.78% 173203 0.35
Gaim 51 113 54.87% 325646 0.16
Firefox 50 108 53.70% 305453 0.16
OpenSSL 35 66 46.97% 200813 0.17
xine 196 347 43.52% 578738 0.34
MPlayer 192 284 32.39% 489636 0.39
gcc 103 140 26.43% 696310 0.15
NetBSD 2529 3230 21.70% 5078094 0.5
Perl 70 89 21.35% 483331 0.15
Linux-2.6 847 1062 20.24% 3171895 0.27
apache-http 26 32 18.75% 127974 0.2
X.org 1448 1681 13.86% 2353980 0.62
Squid 48 53 9.43% 175345 0.27
Gnome 849 896 5.25% 1311031 0.65
tcl 67 69 2.90% 120865 0.55
OpenLDAP 154 158 2.53% 258144 0.6
snort 47 48 2.08% 94111 0.5
FreeBSD 632 635 0.47% 1582166 0.4
PostgreSQL 294 295 0.34% 816869 0.36
Inetutils 29 29 0.00% 72681 0.4
OpenVPN 7 7 0.00% 69905 0.1
ProFTPD 26 26 0.00% 90027 0.29
Firebird 194 163 -19.02% 271192 0.72

The original data is from http://scan.coverity.com/ on the day of this
posting.

- Paddy
--
http://paddy3118.blogspot.com/

Mar 23 '06 #2
"Paddy" wrote:
I followed the links to the coverity page that shows their table of
errors found, and subsequently fixed in tools used for the LAMP stack.
They say that they informed the maintainers of the software about the
precise errors found and the number of errors has been tracked since
then.

It seems there page has been updated with the results of the latest
Python release Python 0 96 100.00% 269609 0


coverity checks the development trunk (i.e. the current 2.5 pre-alpha),
so 2.4.3 isn't quite as good as this looks. however, I don't think coverity
found any truly serious bug in the code base, so 2.4.3 should be almost
as good as the upcoming 2.5 release.

(and there was never 96 real errors in the code base, of course; coverity
is a remarkable tool, but there's plenty of room for mistakes when used on
a code base this large)

</F>

Mar 23 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Barry Warsaw | last post by:
Python 2.3c2 is the second and last release candidate for Python 2.3. There have been a bunch of bug fixes and memory leak plugs since the first release candidate, but no new features. As...
4
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first release candidate of Python 2.4. Python 2.4c1 is a release candidate - we'd greatly appreciate...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (release candidate 1). Python 2.3.5 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.1 (release candidate 2). Python 2.4.1 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first RELEASE CANDIDATE of Python 2.5. This is not yet the final release - it is not suitable for...
4
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the second RELEASE CANDIDATE of Python 2.5. After the first release candidate a number of new bugfixes...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm announcing the release of Python 2.3.6 (release candidate 1). Python 2.3.6 is a security bug-fix release. While Python 2.5...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.6 (FINAL). Python 2.3.6 is a security bug-fix release. While Python 2.5 is the...
16
by: =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.5.2 (release candidate 1). This is the second bugfix release of Python 2.5. Python...
1
by: Barry Warsaw | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On behalf of the Python development team and the Python community, I am happy to announce the first release candidate for Python 2.6. This is a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.