Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RELEASED Python 2.5 (release candidate 2)

0 views
Skip to first unread message

Anthony Baxter

unread,
Sep 13, 2006, 7:57:40 AM9/13/06
to pytho...@python.org, pytho...@python.org, python-...@python.org
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.

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 before the final release. *Please* try this
release out and let us know about any problems you find.

In particular, note that changes to improve Python's support
of 64 bit systems might require authors of C extensions
to change their code. More information (as well as source
distributions and Windows and Universal Mac OSX installers)
are available from the 2.5 website:

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

As of this release, Python 2.5 is now in *feature freeze*.
Unless absolutely necessary, no functionality changes will
be made between now and the final release of Python 2.5.

The new features in Python 2.5 are described in Andrew
Kuchling's What's New In Python 2.5. It's available from the
2.5 web page.

Amongst the language features added include conditional
expressions, the with statement, the merge of try/except
and try/finally into try/except/finally, enhancements to
generators to produce a coroutine kind of functionality, and
a brand new AST-based compiler implementation.

New modules added include hashlib, ElementTree, sqlite3,
wsgiref, uuid and ctypes. In addition, a new profiling
module "cProfile" was added.

Enjoy this new release,
Anthony

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

Ant

unread,
Sep 13, 2006, 10:43:06 AM9/13/06
to

Anthony Baxter wrote:
...

> code in 2.5 before the final release. *Please* try this
> release out and let us know about any problems you find.

Not a problem with the release, but with the docs. I've just ported a
module using the ElementTree package to 2.5, and the Module Index
(http://docs.python.org/dev/modindex.html) lists the package as
elementtree, where it should be xml.etree.

Not a major problem, but threw me for a while, since the only reference
to the actual name of the module is in the title of
http://docs.python.org/dev/lib/module-elementtree.html (8.13
elementtree -- The xml.etree.ElementTree Module).

Georg Brandl

unread,
Sep 15, 2006, 1:08:52 AM9/15/06
to

Please open a bug in the tracker at http://www.sf.net/projects/python.

Georg

Georg Brandl

unread,
Sep 15, 2006, 1:22:31 AM9/15/06
to

Wait, don't bother - just fixed it myself.

Georg

Ant

unread,
Sep 15, 2006, 5:08:27 AM9/15/06
to

Georg Brandl wrote:
> Georg Brandl wrote:
...

> > Please open a bug in the tracker at http://www.sf.net/projects/python.
>
> Wait, don't bother - just fixed it myself.

Nice one, cheers!

0 new messages