Python 2.5.2 released!

Final version of Python 2.5.2 is released!

Download it from here: http://www.python.org/download/releases/2.5.2/

From python.org:
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.

Read the release notes for more: http://www.python.org/download/releases/2.5.2/NEWS.txt

Comments

Popular posts from this blog

Strip HTML tags using Python

lambda magic to find prime numbers

Convert text to ASCII and ASCII to text - Python code