Python 2.7 alpha 1 released
[Posted December 7, 2009 by cook]
| From: |
| Benjamin Peterson <benjamin-AT-python.org> |
| To: |
| Python Dev <python-dev-AT-python.org>, python-list-AT-python.org,
python-announce-list-AT-python.org |
| Subject: |
| [RELEASED] Python 2.7 alpha 1 |
| Date: |
| Sat, 5 Dec 2009 12:38:31 -0600 |
| Message-ID: |
| <1afaf6160912051038r697f3f48r48109624c478d9bc@mail.gmail.com> |
| Archive-link: |
| Article, Thread
|
On behalf of the Python development team, I'm pleased to announce the first
alpha release of Python 2.7.
Python 2.7 is scheduled to be the last major version in the 2.x series. It
includes many features that were first released in Python 3.1. The faster io
module, the new nested with statement syntax, improved float repr, and the
memoryview object have been backported from 3.1. Other features include an
ordered dictionary implementation, unittests improvements, and support for ttk
Tile in Tkinter. For a more extensive list of changes in 2.7, see
http://docs.python.org/dev/whatsnew/2.7 or Misc/NEWS in the Python
distribution. Please note that this is a development release, intended as a
preview of new features for the community, and is thus not suitable for
production use.
To download Python 2.7 visit:
http://www.python.org/download/releases/2.7/
The 2.7 documentation can be found at:
http://docs.python.org/2.7
Please consider trying Python 2.7 with your code and reporting any bugs you may
notice to:
http://bugs.python.org
Have fun!
--
Benjamin Peterson
Release Manager
benjamin at python.org
(on behalf of the entire python-dev team and 2.7's contributors)
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/
(
Log in to post comments)