]> granicus.if.org Git - python/commitdiff
Bug #1737210: Change Manufacturer of Windows installer to PSF.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 1 Sep 2007 06:36:03 +0000 (06:36 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 1 Sep 2007 06:36:03 +0000 (06:36 +0000)
Will backport to 2.5.

Misc/NEWS
Tools/msi/msi.py

index cdde38dd45cd154459e9bbc13546ce5cdf1c12cd..05520aa389de57865d7b3ac267c20f7337608907 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -951,6 +951,8 @@ Tools/Demos
 Build
 -----
 
+- Bug #1737210: Change Manufacturer of Windows installer to PSF.
+
 - Bug #1746880: Correctly install DLLs into system32 folder on Win64.
 
 - Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
index a77b08096c8d0f9741fabe81411175b088501ed0..b68782bbef82ce80814838edb089ab29e4331c12 100644 (file)
@@ -194,7 +194,7 @@ def build_database():
                   schema, ProductName="Python "+full_current_version,
                   ProductCode=product_code,
                   ProductVersion=current_version,
-                  Manufacturer=u"Martin v. L\xf6wis")
+                  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