summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-05-03 18:36:34 (GMT)
committerBrian Curtin <brian@python.org>2011-05-03 18:36:34 (GMT)
commit611cfd2cba01903c7582c478ac65b3d6800ac407 (patch)
tree0f7999d10223b143c766736f855766864e47a9ac /Tools
parent001cc954bbe229f504cc69bc65615f74982659d5 (diff)
downloadcpython-611cfd2cba01903c7582c478ac65b3d6800ac407.zip
cpython-611cfd2cba01903c7582c478ac65b3d6800ac407.tar.gz
cpython-611cfd2cba01903c7582c478ac65b3d6800ac407.tar.bz2
Denote 3.3.0 as the last supported Windows 2000 release.
This corresponds with change b9390aa12855 to PEP-11.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 5679fdb..f01aa7f 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -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")