|
|
Subscribe / Log in / New account

Python 2.7 released

From:  Benjamin Peterson <benjamin-AT-python.org>
To:  Python Dev <python-dev-AT-python.org>, python-announce-list-AT-python.org, python-list-AT-python.org
Subject:  [RELEASE] Python 2.7 released
Date:  Sun, 4 Jul 2010 10:34:57 -0500
Message-ID:  <AANLkTimyTEfb5jOt3rb5ijtyw-OdCGDBfj17chxhh_aP@mail.gmail.com>

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.  For a more extensive list of changes in
2.7, see http://doc.python.org/dev/whatsnew/2.7.html or Misc/NEWS in the Python
distribution.

To download Python 2.7 visit:

     http://www.python.org/download/releases/2.7/

2.7 documentation can be found at:

     http://docs.python.org/2.7/

This is a production release and should be suitable for all libraries and
applications.  Please report any bugs you find, so they can be fixed in the next
maintenance releases.  The bug tracker is at:

     http://bugs.python.org/


Enjoy!

--
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/




to post comments

Python 2.7 released

Posted Jul 7, 2010 13:01 UTC (Wed) by busterb (subscriber, #560) [Link]

jocund: marked by or suggestive of high spirits and lively mirthfulness


Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds