From da5661c445a048df5d2ed025b41d81a8766f1628 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 14 Oct 2002 15:37:08 +0000 Subject: [PATCH] Add boilerplate for 2.2.2 final. (Will add actual news next.) --- Misc/NEWS | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 25ba74b47f11..066c247c10ab 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,10 +2,6 @@ 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 already applied to Python 2.3. While at the time of writing, Python 2.3 is still in pre-alpha form, only @@ -17,6 +13,42 @@ about. Documentation fixes are not listed. Tip: to quickly find SourceForge bug or patch NNNNNN, use an URL of the form www.python.org/sf/NNNNNN. +Here are the changes since the 2.2.2b1 release. Below are the changes +since 2.2.1. + +Core and builtins + +- XXX + +Extension modules + +- XXX + +Library + +- XXX + +Build + +- XXX + +C API + +- XXX + +Windows + +- XXX + +Other + +- XXX + + +What's New in Python 2.2.2b1? +Release date: 7-Oct-2002 +============================= + Core and builtins - Changed new-style class instantiation so that when C's __new__ -- 2.47.3