diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-07-19 00:29:48 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-07-19 00:29:48 (GMT) |
commit | b39fa8a75b95a5b906dde28d3c2789f64ae1dbfb (patch) | |
tree | 3b5192c3f6be5c4f36f62de3b0569e0306777b82 /Doc/whatsnew | |
parent | 5afb5e5c9c65ffeeeef21f9b306b3f5fa6106f02 (diff) | |
download | cpython-b39fa8a75b95a5b906dde28d3c2789f64ae1dbfb.zip cpython-b39fa8a75b95a5b906dde28d3c2789f64ae1dbfb.tar.gz cpython-b39fa8a75b95a5b906dde28d3c2789f64ae1dbfb.tar.bz2 |
Remove note about this being a draft document.
Note the actual date of 2.1's release
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew21.tex | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex index 04e8ff1..f796b89 100644 --- a/Doc/whatsnew/whatsnew21.tex +++ b/Doc/whatsnew/whatsnew21.tex @@ -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} |