[Python-checkins] cpython (2.7): Denote 3.3.0 as the last supported Windows 2000 release.

brian.curtin python-checkins at python.org
Tue May 3 20:36:41 CEST 2011


http://hg.python.org/cpython/rev/de53c52fbcbf
changeset:   69812:de53c52fbcbf
branch:      2.7
parent:      69806:f6c85df15874
user:        Brian Curtin <brian at python.org>
date:        Tue May 03 13:36:34 2011 -0500
summary:
  Denote 3.3.0 as the last supported Windows 2000 release.

This corresponds with change b9390aa12855 to PEP-11.

files:
  Tools/msi/msi.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -505,7 +505,7 @@
       "    would still be Python for DOS.")
 
     c = exit_dialog.text("warning", 135, 200, 220, 40, 0x30003,
-            "{\\VerdanaRed9}Warning: Python 2.7.x is the last "
+            "{\\VerdanaRed9}Warning: Python 3.3.0 is the last "
             "Python release for Windows 2000.")
     c.condition("Hide", "VersionNT > 500")
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list