[Python-checkins] r73591 - in python/branches/release31-maint: Tools/msi/uuids.py

martin.v.loewis python-checkins at python.org
Sun Jun 28 00:54:20 CEST 2009


Author: martin.v.loewis
Date: Sun Jun 28 00:54:20 2009
New Revision: 73591

Log:
Merged revisions 73590 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r73590 | martin.v.loewis | 2009-06-28 00:51:58 +0200 (So, 28 Jun 2009) | 2 lines
  
  Add uuids for 3.1.[12](rc1|final).
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Tools/msi/uuids.py

Modified: python/branches/release31-maint/Tools/msi/uuids.py
==============================================================================
--- python/branches/release31-maint/Tools/msi/uuids.py	(original)
+++ python/branches/release31-maint/Tools/msi/uuids.py	Sun Jun 28 00:54:20 2009
@@ -73,4 +73,8 @@
     '3.1.121': '{da2b5170-12f3-4d99-8a1f-54926cca7acd}', # 3.1c1
     '3.1.122': '{bceb5133-e2ee-4109-951f-ac7e941a1692}', # 3.1c2
     '3.1.150': '{3ad61ee5-81d2-4d7e-adef-da1dd37277d1}', # 3.1.0
+    '3.1.1121':'{5782f957-6d49-41d4-bad0-668715dfd638}', # 3.1.1c1
+    '3.1.1150':'{7ff90460-89b7-435b-b583-b37b2815ccc7}', # 3.1.1
+    '3.1.2121':'{ec45624a-378c-43be-91f3-3f7a59b0d90c}', # 3.1.2c1
+    '3.1.2150':'{d40af016-506c-43fb-a738-bd54fa8c1e85}', # 3.1.2
 }


More information about the Python-checkins mailing list