]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Thomas said this was OK.
authorMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 13:14:23 +0000 (13:14 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 13:14:23 +0000 (13:14 +0000)
backport akuchling's checkin of
    revision 1.30 of bdist_wininst.py

Add unlisted Boolean options.  Thomas H., can you please check that I
    got this right?

Bugfix candidate, unless Thomas notes a problem.

Lib/distutils/command/bdist_wininst.py

index 7c34cffd85e05a6dd92dad1c41183a2af01ba07c..7ef29f30b63b5341fb2c9e39ed725484e1d5bd5a 100644 (file)
@@ -38,7 +38,8 @@ class bdist_wininst (Command):
                      "title to display on the installer background instead of default"),
                    ]
 
-    boolean_options = ['keep-temp']
+    boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize',
+                       'skip-build']
 
     def initialize_options (self):
         self.bdist_dir = None