[Python-checkins] cpython: Add UUID for 3.4.

martin.v.loewis python-checkins at python.org
Thu Aug 1 17:35:25 CEST 2013


http://hg.python.org/cpython/rev/2c875178a8a2
changeset:   84948:2c875178a8a2
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Thu Aug 01 17:34:42 2013 +0200
summary:
  Add UUID for 3.4.

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


diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -121,6 +121,7 @@
     "31":"{4afcba0b-13e4-47c3-bebe-477428b46913}",
     "32":"{3ff95315-1096-4d31-bd86-601d5438ad5e}",
     "33":"{f7581ca4-d368-4eea-8f82-d48c64c4f047}",
+    "34":"{7A0C5812-2583-40D9-BCBB-CD7485F11377}",
     } [major+minor]
 
 # Compute the name that Sphinx gives to the docfile

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


More information about the Python-checkins mailing list