Python 3.1 released
[Posted June 29, 2009 by jake]
Python 3.1 has been
released. "
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." For more information on what else
is in the release, see "
What's New In Python
3.1".
(
Log in to post comments)