LWN.net Logo

Python 3.1 alpha 1 released

From:  Benjamin Peterson <benjamin-AT-python.org>
To:  Python Dev <python-dev-AT-python.org>, python-list-AT-python.org, python-announce-AT-python.org
Subject:  RELEASED Python 3.1 alpha 1
Date:  Sat, 7 Mar 2009 12:53:28 -0600
Message-ID:  <1afaf6160903071053i559f5608nb37882f680ed41d0@mail.gmail.com>
Archive-link:  Article, Thread

On behalf of the Python development team and the Python community, I'm
happy to announce the first alpha release of Python 3.1.

Python 3.1 focuses on the stabilization and optimization of features and changes
Python 3.0 introduced.  The new I/O system has been rewritten in C for speed.
Other features include a ordered dictionary implementation and support for ttk
Tile in Tkinter.

Please note that these are alpha releases, and as such are not suitable for
production environments.  We continue to strive for a high degree of quality,
but there are still some known problems and the feature sets have not been
finalized.  These alphas are being released to solicit feedback and hopefully
discover bugs, as well as allowing you to determine how changes in 3.1 might
impact you.  If you find things broken or incorrect, please submit a bug report
at

     http://bugs.python.org

For more information and downloads, see the Python 3.1 website:

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

See PEP 375 for release schedule details:

     http://www.python.org/dev/peps/pep-0361/


Enjoy,
-- Benjamin

Benjamin Peterson
benjamin at python.org
Release Manager
(on behalf of the entire python-dev team)
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html



(Log in to post comments)

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