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

martin.v.loewis python-checkins at python.org
Tue Mar 16 15:16:09 CET 2010


Author: martin.v.loewis
Date: Tue Mar 16 15:16:09 2010
New Revision: 78993

Log:
Add UUID for 3.2 DLL.

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	Tue Mar 16 15:16:09 2010
@@ -113,6 +113,7 @@
     "27":"{4fe21c76-1760-437b-a2f2-99909130a175}",
     "30":"{6953bc3b-6768-4291-8410-7914ce6e2ca8}",
     "31":"{4afcba0b-13e4-47c3-bebe-477428b46913}",
+    "32":"{3ff95315-1096-4d31-bd86-601d5438ad5e}",
     } [major+minor]
 
 # Compute the name that Sphinx gives to the docfile


More information about the Python-checkins mailing list