[Python-checkins] cpython (3.2): Add 3.2.3rc2 uuid.

georg.brandl python-checkins at python.org
Wed Apr 11 12:46:25 CEST 2012


http://hg.python.org/cpython/rev/71600b5cd9c1
changeset:   76236:71600b5cd9c1
branch:      3.2
parent:      75820:b5e52995f76a
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sun Mar 18 20:39:19 2012 +0100
summary:
  Add 3.2.3rc2 uuid.

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
@@ -93,6 +93,7 @@
     '3.2.2121':'{DFB29A53-ACC4-44e6-85A6-D0DA26FE8E4E}', # 3.2.2rc1
     '3.2.2150':'{4CDE3168-D060-4b7c-BC74-4D8F9BB01AFD}', # 3.2.2
     '3.2.3121':'{B8E8CFF7-E4C6-4a7c-9F06-BB3A8B75DDA8}', # 3.2.3rc1
+    '3.2.3122':'{E8DCD3E0-12B6-4fb7-9DB5-543C2E67372E}', # 3.2.3rc2
     '3.2.3150':'{789C9644-9F82-44d3-B4CA-AC31F46F5882}', # 3.2.3
 
 }

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


More information about the Python-checkins mailing list