]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove note about this being a draft document.
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 19 Jul 2001 00:29:48 +0000 (00:29 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 19 Jul 2001 00:29:48 +0000 (00:29 +0000)
Note the actual date of 2.1's release

Doc/whatsnew/whatsnew21.tex

index 04e8ff192aaf3fa09550d8ec1e1c4ca7652531a7..f796b8954740dc9bb240d2f810763d9d71afcb8e 100644 (file)
 
 \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}