Remove note about this being a draft document.

Note the actual date of 2.1's release
This commit is contained in:
Andrew M. Kuchling 2001-07-19 00:29:48 +00:00
parent 5afb5e5c9c
commit b39fa8a75b
1 changed files with 1 additions and 7 deletions

View File

@ -13,12 +13,6 @@
\section{Introduction}
{\large This document is a draft, and is subject to change until the
final version of Python 2.1 is released. Currently it is up to date
for Python 2.1 release candidate~1. Please send any comments, bug
reports, or questions, no matter how minor, to
\email{amk1@bigfoot.com}. }
It's that time again... time for a new Python release, Python 2.1.
One recent goal of the Python development team has been to accelerate
the pace of new releases, with a new release coming every 6 to 9
@ -37,7 +31,7 @@ provides an overview of the new features for Python programmers.
Refer to the Python 2.1 documentation, or to the specific PEP, for
more details about any new feature that particularly interests you.
The final release of Python 2.1 is planned for April 2001.
The final release of Python 2.1 was made on April 17, 2001.
%======================================================================
\section{PEP 227: Nested Scopes}