[Python-3000-checkins] r66754 - python/branches/py3k/Tools/msi/msi.py

martin.v.loewis python-3000-checkins at python.org
Thu Oct 2 22:09:47 CEST 2008


Author: martin.v.loewis
Date: Thu Oct  2 22:09:47 2008
New Revision: 66754

Log:
Add UUID for 3.1.


Modified:
   python/branches/py3k/Tools/msi/msi.py

Modified: python/branches/py3k/Tools/msi/msi.py
==============================================================================
--- python/branches/py3k/Tools/msi/msi.py	(original)
+++ python/branches/py3k/Tools/msi/msi.py	Thu Oct  2 22:09:47 2008
@@ -112,6 +112,7 @@
     "26":"{34ebecac-f046-4e1c-b0e3-9bac3cdaacfa}",
     "27":"{4fe21c76-1760-437b-a2f2-99909130a175}",
     "30":"{6953bc3b-6768-4291-8410-7914ce6e2ca8}",
+    "31":"{4afcba0b-13e4-47c3-bebe-477428b46913}",
     } [major+minor]
 
 # Compute the name that Sphinx gives to the docfile


More information about the Python-3000-checkins mailing list