]> granicus.if.org Git - python/commitdiff
Add unlisted Boolean options. Thomas H., can you please check that I
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 21 Mar 2002 23:44:01 +0000 (23:44 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 21 Mar 2002 23:44:01 +0000 (23:44 +0000)
    got this right?

Bugfix candidate, unless Thomas notes a problem.

Lib/distutils/command/bdist_wininst.py

index fe52f393dc67aaad1e37da76fc6df3eea097ae92..33dc28ed0cf9d2b7dd0a8b3a0c91408816468643 100644 (file)
@@ -43,7 +43,8 @@ class bdist_wininst (Command):
                      " or before deinstallation"),
                    ]
 
-    boolean_options = ['keep-temp']
+    boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize',
+                       'skip-build']
 
     def initialize_options (self):
         self.bdist_dir = None