From 9096faf43a6802f9fa6295a8a5c5c656c04b8135 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 8 Oct 2002 14:49:38 +0000 Subject: [PATCH] Fix typo. Prepare headers for 2.2.2 final release. --- Misc/NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 023b7d356062..28227c23b97c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,9 +1,13 @@ +What's New in Python 2.2.2 (final) ? +Release date: dd-Mmm-yyyy +==================================== + What's New in Python 2.2.2b1? Release date: 7-Oct-2002 ============================= Almost everything in this release is a pure bugfix and is backported -from a corresponding bugfix alrady applied to Python 2.3. While at +from a corresponding bugfix already applied to Python 2.3. While at the time of writing, Python 2.3 is still in pre-alpha form, only accessible via CVS, it receives continuous and extensive testing by its developers. The list below is not a complete list of fixed bugs; -- 2.47.3