]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add boilerplate for 2.2.2 final. (Will add actual news next.)
authorGuido van Rossum <guido@python.org>
Mon, 14 Oct 2002 15:37:08 +0000 (15:37 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Oct 2002 15:37:08 +0000 (15:37 +0000)
Misc/NEWS

index 25ba74b47f111ee0b1fa84785efbd12eadf7644f..066c247c10ab6fc287a1c33312ead9fa587c6dea 100644 (file)
--- 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__