[LWN Logo]
[Timeline]
Subject: Python 2.0 final release is out!
From: Guido van Rossum <guido@python.org>
Newsgroups: comp.lang.python.announce
To: python-announce-list@python.org
Date: Mon, 16 Oct 2000 22:35:02 -0500

I am happy to announce that Python 2.0 is released.  I thank my
colleagues at BeOpen PythonLabs and the many volunteers in the Python
developer community for their incredible work on this release over the
past months.  Please pick up the new release at

    http://www.pythonlabs.com/products/python2.0/

There you will find a Windows installer, a source tarball, RedHat
RPMs, downloadable and online documentation, and a long list of new
features and fixed bugs.  Among the new features in Python 2.0 are:

  - Augmented assignment, e.g. x += 1
  - List comprehensions, e.g. [x**2 for x in range(10)]
  - Extended import statement, e.g. import Module as Name
  - Extended print statement, e.g. print >> file, "Hello"
  - Collection of cyclical garbage

For a fuller discussion of the changes in Python 2.0 since Python
1.5.2, please see the article "What's New in Python 2.0" by A.M.
Kuchling and Moshe Zadka:
http://starship.python.net/crew/amk/python/writing/new-python/

All major reported bugs have been fixed in this final release.  We've
gone through an extremely thorough set of beta releases followed by a
release candidate, and therefore we expect that this release will be
stable and virtually problem-free.  If you nevertheless run into a
bug, use the SourceForge bug tracker to report it:
http://sourceforge.net/bugs/?group_id=5470

--Guido van Rossum (home page: http://www.python.org/~guido/)

-- 
http://www.python.org/mailman/listinfo/python-announce-list