[Python-checkins] cpython (merge 3.2 -> default): merged

martin.v.loewis python-checkins at python.org
Mon May 23 07:04:19 CEST 2011


http://hg.python.org/cpython/rev/f15c7cee06e1
changeset:   70287:f15c7cee06e1
parent:      70281:54ffc01b6cc2
parent:      70286:6d67931c63f9
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Mon May 23 07:04:05 2011 +0200
summary:
  merged

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


diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -88,5 +88,6 @@
     '3.2.123' :'{90c673d7-8cfd-4969-9816-f7d70bad87f3}', # 3.2rc3
     '3.2.150' :'{b2042d5e-986d-44ec-aee3-afe4108ccc93}', # 3.2.0
     '3.2.1121':'{4f90de4a-83dd-4443-b625-ca130ff361dd}', # 3.2.1rc1
+    '3.2.1122':'{dc5eb04d-ff8a-4bed-8f96-23942fd59e5f}', # 3.2.1rc2
     '3.2.1150':'{34b2530c-6349-4292-9dc3-60bda4aed93c}', # 3.2.1
 }

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


More information about the Python-checkins mailing list