[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

[RELEASED] Python 3.1.2

Benjamin Peterson

3/21/2010 5:12:00 PM

On behalf of the Python development team, I'm joyful to announce the second
bugfix release of the Python 3.1 series, Python 3.1.2.

This bug fix release fixes numerous issues found in 3.1.1, and is considered a
production release.

The Python 3.1 version series focuses on the stabilization and optimization of
the features and changes that Python 3.0 introduced. For example, the new I/O
system has been rewritten in C for speed. File system APIs that use unicode
strings now handle paths with undecodable bytes in them. Other features include
an ordered dictionary implementation, a condensed syntax for nested with
statements, and support for ttk Tile in Tkinter. For a more extensive list of
changes in 3.1, see http://doc.python.org/3.1/whatsne... or Misc/NEWS in
the Python distribution.

To download Python 3.1.2 visit:

http://www.python.org/download/relea...

A list of changes in 3.1.2 can be found here:

http://svn.python.org/projects/python/tags/r312...

The 3.1 documentation can be found at:

http://docs.pyth...

Bugs can always be reported to:

http://bugs....


Enjoy!

--
Benjamin Peterson
Release Manager
benjamin at python.org
(on behalf of the entire python-dev team and 3.1.2's contributors)