473,757 Members | 10,754 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

RELEASED Python 2.5.2, release candidate 1

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 2.5 is now in
bugfix-only mode; no new features are being added. According to the
release notes, over 100 bugs and patches have been addressed since
Python 2.5.1, many of them improving the stability of the interpreter,
and improving its portability.

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

http://www.python.org/2.5.2/

Highlights of this new release include:

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

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

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

Enjoy this release,
Martin

Martin v. Loewis
ma****@v.loewis .de
Python Release Manager
(on behalf of the entire python-dev team)
Feb 14 '08
16 1706
On Feb 14, 6:16 pm, "Martin v. Löwis" <mar...@v.loewi s.dewrote:
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).
Um. If it's only a release *candidate* of 2.5.2, and not yet a
*release* of 2.5.2, could you please announce it as something other
than a "release"?
It should either be announced as "the release of Python 2.5.2", if
that's the case; or "the availability of the Python 2.5.2 release
candidate 1".

Please accept my apologies. I'm not a native speaker, so "to release"
means to me what the dictionary says it means: m-w's fourth meaning,
"make available to the public". That's what I did - I made the release
candidate available to the public.

So is the subject incorrect as well? If so, what should it say?

I think it's fine as it is. You can "release" a release candidate.
Carl Banks
Feb 15 '08 #11

"Ben Finney" <bi************ ****@benfinney. id.auwrote in message
news:87******** ****@benfinney. id.au...
| It would be better if it didn't say "released" at all, since (as
| discussed above) this isn't "released" except in the trivial
| always-true sense that it is available.

I think this is slightly picky, but also correct.

| Rather, it might just say "[ANN] Python 2.5.2, release candidate 1".

So I agree, for the future (and no apologies for the present needed), that
this is a slightly better wording.

So, thanks to Martin for trying on the release manager role, and looking
forward to [ANN] Python 2.5.2 released.

tjr


Feb 15 '08 #12
"Terry Reedy" <tj*****@udel.e duwrites:
"Ben Finney" <bi************ ****@benfinney. id.auwrote in message
news:87******** ****@benfinney. id.au...

| Rather, it might just say "[ANN] Python 2.5.2, release candidate 1".

So I agree, for the future (and no apologies for the present
needed), that this is a slightly better wording.

So, thanks to Martin for trying on the release manager role, and
looking forward to [ANN] Python 2.5.2 released.
Agreed on all counts: no apology necessary, address the confusing
wording, and thanks to those doing the often-thankless work of release
management.

--
\ "Smoking cures weight problems. Eventually." -- Steven Wright |
`\ |
_o__) |
Ben Finney
Feb 15 '08 #13
Carl Banks wrote:
On Feb 14, 6:16 pm, "Martin v. Löwis" <mar...@v.loewi s.dewrote:
>>>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).
Um. If it's only a release *candidate* of 2.5.2, and not yet a
*release* of 2.5.2, could you please announce it as something other
than a "release"?
It should either be announced as "the release of Python 2.5.2", if
that's the case; or "the availability of the Python 2.5.2 release
candidate 1".
Please accept my apologies. I'm not a native speaker, so "to release"
means to me what the dictionary says it means: m-w's fourth meaning,
"make available to the public". That's what I did - I made the release
candidate available to the public.

So is the subject incorrect as well? If so, what should it say?


I think it's fine as it is. You can "release" a release candidate.
You can, but it's confusing terminology. In the context of software
development, a release (PRODUCT_VERSIO N-RELEASE) is a different beast
from a release candidate (PRODUCT_VERSIO N-RC1).
Feb 15 '08 #14
Jeff Schwab <je**@schwabcen ter.comwrites:
I think it's fine as it is. You can "release" a release candidate.

You can, but it's confusing terminology. In the context of software
development, a release (PRODUCT_VERSIO N-RELEASE) is a different beast
from a release candidate (PRODUCT_VERSIO N-RC1).
I agree with this, I think the "release candidate" has indeed been
released in a nontrivial way and should get its own label like
2.5.2-RC1. It has characteristics that a random SVN snapshot doesn't
have, and in some situations there might be reasons to deploy
applications using it (e.g. applications relying on bug fixes that the
RC contains). Therefore the RC has to be labelled and archived for
purposes of tracing problems in any such applications, even if the RC
itself will not receive any support or back-fixes.

I join everyone else in thanking Martin for his work on this whole
effort. This wording and naming thing is a trivial subtopic.
Feb 15 '08 #15
On 14 feb, 22:39, Paul Rubin <http://phr...@NOSPAM.i nvalidwrote:
I join everyone else in thanking Martin for his work on this whole
effort. This wording and naming thing is a trivial subtopic.
Thanks Martin and company for the good job!
By the way, I'm not a native speaker either and I understood perfectly
the meaning of your post.

Luis
Feb 15 '08 #16
On Feb 15, 2008 11:27 AM, Terry Reedy <tj*****@udel.e duwrote:
So, thanks to Martin for trying on the release manager role, and looking
forward to [ANN] Python 2.5.2 released.
Hear, hear! Thanks to Martin for getting this out, and apologies from
me that it didn't happen sooner.
Feb 16 '08 #17

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

Similar topics

0
1299
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 described in PEP 283, Python 2.3 final will be released before the end of July 2003. We are planning for Tuesday 29-Jul-2003 if everything looks good. We highly encourage everyone to rigorously test this release candidate. Only critical bug fixes will...
4
1474
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 it if you could download it, kick the tires and let us know of any problems you find, but it is probably not suitable for production usage. At this point, we're particularly interested in build bugs. If you could grab the source archive, build it...
0
1289
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 notes at the website (also available as Misc/NEWS in the source distribution) for details of the bugs squished in this release. Assuming no major problems crop up, a final release of Python 2.3.5 will follow in about a week's time.
0
1313
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 notes at the website (also available as Misc/NEWS in the source distribution) for details of the bugs squished in this release. Assuming no major problems crop up, a final release of Python 2.4.1 will be out around the 29th of March - straight...
0
1344
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 production use. It is being released to solicit feedback and hopefully expose bugs, as well as allowing you to determine how changes in 2.5 might impact you. As a release candidate, this is one of your last chances to test the new code in 2.5...
4
2716
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 have been applied to the Python 2.5 code. In the interests of making 2.5 the best release possible, we've decided to put out a second (and hopefully last) release candidate. We plan for a 2.5 final in a week's time.
0
1209
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 is the latest version of Python, we're making this release for people who are still running Python 2.3. Unlike the recently released 2.4.4, this release only contains a small handful of security-related bugfixes. See the website for more.
0
1842
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 latest version of Python, we're making this release for people who are still running Python 2.3. Unlike the recently released 2.4.4, this release only contains a small handful of security-related bugfixes. See the website for more.
1
1268
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 release candidate, so while it is not suitable for production environments, we strongly encourage you to download the release and test it on your software. We expect only critical bugs to be fixed between now and the final 2.6 release, still...
0
9489
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10072
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9906
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9885
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7286
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6562
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5172
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2698
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.