|
From the dept.:
On behalf of the Python development team, I'm jocund to announce the final release of Python 2.7.
Python 2.7 will be the last major version in the 2.x series. However, it will also have an extended period of bugfix maintenance.
2.7 includes many features that were first released in Python 3.1. The faster io module, the new nested with statement syntax, improved float repr, set literals, dictionary views, and the memoryview object have been backported from 3.1. Other features include an ordered dictionary implementation, unittests improvements, a new sysconfig module, auto-numbering of fields in the str/unicode format method,
and support for ttk Tile in Tkinter.
python.org
|
|