[Python-Dev] RELEASED: Python 2.2.1

Trent Mick trentm@ActiveState.com
Wed, 10 Apr 2002 12:19:42 -0700


--IS0zKkzwUGydFO0o
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

[Fred L . Drake wrote]
> This isn't the only file that was changed since whatsnew22.tex was
> added.

Nope. I have attached the diff (as our Perforce mirror describes it) of
changes from 'r221' to the 'release22-maint'-tip.

Trent


-- 
Trent Mick
TrentM@ActiveState.com

--IS0zKkzwUGydFO0o
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="r221_to_release22maint.txt"

Change 38383 by trentm@trentm-screwdriver on 2002/04/10 11:08:47

	   Update the core Python source to the current CVS 'release22-maint' tag tip
	   because CVS at the 'r221' tag fails to build the docs.

Affected files ...

... //depot/main/Apps/ActivePython-2_2/src/Core/Doc/ref/ref5.tex#4 integrate
... //depot/main/Apps/ActivePython-2_2/src/Core/Doc/whatsnew/whatsnew22.tex#1 branch
... //depot/main/Apps/ActivePython-2_2/src/Core/Misc/NEWS#4 integrate
... //depot/main/Apps/ActivePython-2_2/src/Core/PCbuild/BUILDno.txt#4 integrate

Differences ...

==== //depot/main/Apps/ActivePython-2_2/src/Core/Doc/ref/ref5.tex#4 (text) ====
Index: main/Apps/ActivePython-2_2/src/Core/Doc/ref/ref5.tex
--- main/Apps/ActivePython-2_2/src/Core/Doc/ref/ref5.tex.~1~	Wed Apr 10 12:27:42 2002
+++ main/Apps/ActivePython-2_2/src/Core/Doc/ref/ref5.tex	Wed Apr 10 12:27:42 2002
@@ -829,7 +829,7 @@
 The operators \code{<}, \code{>}, \code{==}, \code{>=}, \code{<=}, and
 \code{!=} compare
 the values of two objects.  The objects need not have the same type.
-If both are numbers, they are coverted to a common type.  Otherwise,
+If both are numbers, they are converted to a common type.  Otherwise,
 objects of different types \emph{always} compare unequal, and are
 ordered consistently but arbitrarily.
 

==== //depot/main/Apps/ActivePython-2_2/src/Core/Misc/NEWS#4 (text) ====
Index: main/Apps/ActivePython-2_2/src/Core/Misc/NEWS
--- main/Apps/ActivePython-2_2/src/Core/Misc/NEWS.~1~	Wed Apr 10 12:27:42 2002
+++ main/Apps/ActivePython-2_2/src/Core/Misc/NEWS	Wed Apr 10 12:27:42 2002
@@ -1,5 +1,5 @@
 What's New in Python 2.2.1 final?
-Release date: XX-Apr-2002
+Release date: 10-Apr-2002
 =================================
 
 Core and builtins

==== //depot/main/Apps/ActivePython-2_2/src/Core/PCbuild/BUILDno.txt#4 (text) ====
Index: main/Apps/ActivePython-2_2/src/Core/PCbuild/BUILDno.txt
--- main/Apps/ActivePython-2_2/src/Core/PCbuild/BUILDno.txt.~1~	Wed Apr 10 12:27:42 2002
+++ main/Apps/ActivePython-2_2/src/Core/PCbuild/BUILDno.txt	Wed Apr 10 12:27:42 2002
@@ -34,7 +34,7 @@
 Windows Python BUILD numbers
 ----------------------------
   34    2.2.1 (final)
-        9-Apr-2002
+        10-Apr-2002
   33    2.2.1c2
         26-Mar-2002
   32    2.2.1c1
End of Patch.

--IS0zKkzwUGydFO0o--