Revert r63378. These files need to stay compatible with Python 2.x (until Python 3.0 is actually used to package Python).
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 7744d8e..ff76895 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -204,7 +204,7 @@
                   schema, ProductName="Python "+full_current_version,
                   ProductCode=product_code,
                   ProductVersion=current_version,
-                  Manufacturer="Python Software Foundation")
+                  Manufacturer=u"Python Software Foundation")
     # The default sequencing of the RemoveExistingProducts action causes
     # removal of files that got just installed. Place it after
     # InstallInitialize, so we first uninstall everything, but still roll