]> granicus.if.org Git - python/commitdiff
Denote 3.3.0 as the last supported Windows 2000 release.
authorBrian Curtin <brian@python.org>
Tue, 3 May 2011 18:36:34 +0000 (13:36 -0500)
committerBrian Curtin <brian@python.org>
Tue, 3 May 2011 18:36:34 +0000 (13:36 -0500)
This corresponds with change b9390aa12855 to PEP-11.

Tools/msi/msi.py

index 5679fdb9a36ce2e434c795a15ad85e2934e7e6bb..f01aa7ff4645fdefcc43f61bc45c2bdf00c698f1 100644 (file)
@@ -505,7 +505,7 @@ def add_ui(db):
       "    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")