]> 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:38 +0000 (06:36 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 1 Sep 2007 06:36:38 +0000 (06:36 +0000)
Misc/NEWS
Tools/msi/msi.py

index 59378ca014a66e64139a44fef689c5d2a616bc1b..9b9d73f7a960dc765e33cf60cb5c5eac1b4c16c8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -115,6 +115,8 @@ Documentation
 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 893bca92e3cf6b4f0370e31185e8431a2716e71d..1c8ca6dcf2f5876f012ad5e85d73509f42d94317 100644 (file)
@@ -193,7 +193,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