Tuesday, June 30, 2009

Python 3.1 Released

Python 3.1 has been released as a major update to Python 3.0. It brings lots of changes and the detailed information can be seen in this page.

Taking from the official release announcement:
Python 3.1 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.

No comments:

Post a Comment