aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-02-14 12:58:41 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-02-14 12:58:41 +0000
commit62dd70c6e0144cc53d953a2728cc15f15ddda6f9 (patch)
treeefce18e43004d2e706e439e373ef60cdeaf45f67
parentPreparing for 2.5.2c1. (diff)
downloadcpython-2.5.2c1.tar.gz
cpython-2.5.2c1.tar.bz2
cpython-2.5.2c1.zip
Correct 2.5.2c1 uuid. Add IDLE release date.v2.5.2c1
-rw-r--r--Lib/idlelib/NEWS.txt2
-rw-r--r--Tools/msi/uuids.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index f8931b328cc..22745040cb5 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,7 +1,7 @@
What's New in IDLE 1.2.2c1?
=========================
-*Release date: XX-FEB-2008*
+*Release date: 14-FEB-2008*
- There was an error on exit if no sys.exitfunc was defined. Issue 1647.
(backport r60227)
diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
index b8adac69eb4..559482c96f5 100644
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -33,6 +33,6 @@ product_codes = {
'2.5.150': '{0a2c5854-557e-48c8-835a-3b9f074bdcaa}', # 2.5.0
'2.5.1121':'{0378b43e-6184-4c2f-be1a-4a367781cd54}', # 2.5.1c1
'2.5.1150':'{31800004-6386-4999-a519-518f2d78d8f0}', # 2.5.1
- '2.5.2150':'{6304a7da-1132-4e91-a343-a296269eab8a}', # 2.5.2c1
+ '2.5.2121':'{6304a7da-1132-4e91-a343-a296269eab8a}', # 2.5.2c1
'2.5.2150':'{6b976adf-8ae8-434e-b282-a06c7f624d2f}', # 2.5.2
}