]> granicus.if.org Git - python/commitdiff
Post-release fiddling -- prep for 2.2 final.
authorTim Peters <tim.peters@gmail.com>
Fri, 14 Dec 2001 23:16:18 +0000 (23:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 14 Dec 2001 23:16:18 +0000 (23:16 +0000)
Misc/NEWS
PCbuild/BUILDno.txt
PCbuild/python20.wse
PCbuild/pythoncore.dsp

index 5c55d2c030e3bd5e968e3e929ced279995e334ec..eafe10ea1f1d9971296adb206d00365d7daad66e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,30 @@
+What's New in Python 2.2 final?
+Release date: 21-Dec-2001
+===============================
+
+Type/class unification and new-style classes
+
+Core and builtins
+
+Extension modules
+
+Library
+
+Tools/Demos
+
+Build
+
+C API
+
+New platforms
+
+Tests
+
+Windows
+
+Mac
+
+
 What's New in Python 2.2c1?
 Release date: 14-Dec-2001
 ===========================
index 3c95b73499cd43d745da39c26d9dc57547e96f5d..37937ab8ed7d31077bea4527a0f2641b5985e53c 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  28    2.2 final
+        21-Dec-2001  TENTATIVE
   27    2.2c1
         14-Dec-2001
   26    2.2b2
index 2180d9d44ce7db4132d6b7f2501b58ec7faf7f6c..7b813275b7b75721350a4afd2cefbee856670a3a 100644 (file)
@@ -1,7 +1,7 @@
 Document Type: WSE
 item: Global
   Version=8.14
-  Title=Python 2.2 release candidate 1
+  Title=Python 2.2
   Flags=00010100
   Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
   Japanese Font Name=MS Gothic
@@ -18,9 +18,9 @@ item: Global
   Patch Flags=0000000000001001
   Patch Threshold=85
   Patch Memory=4000
-  EXE Filename=Python-2.2c1.exe
+  EXE Filename=Python-2.2.exe
   Dialogs Version=8
-  Version File=2.2c1
+  Version File=2.2
   Version Description=Python Programming Language
   Version Copyright=©2001 Python Software Foundation
   Version Company=PythonLabs at Zope Corporation
@@ -64,7 +64,7 @@ item: Global
 end
 item: Set Variable
   Variable=PYVER_STRING
-  Value=2.2c1
+  Value=2.2
 end
 item: Remark
 end
index 7241ec2f729a5fea0dd338d47058c2e3bb0b6a37..4cd633048a54277ed1520f04f15b324ce9b95b2a 100644 (file)
@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
 \r
 !IF  "$(CFG)" == "pythoncore - Win32 Release"\r
 \r
-# ADD CPP /D BUILD=27\r
+# ADD CPP /D BUILD=28\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
 \r
-# ADD CPP /D BUILD=27\r
+# ADD CPP /D BUILD=28\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"\r
 \r