]> granicus.if.org Git - python/commitdiff
Revert part of previous patch: several install_* subcommands expect
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Mar 2002 15:35:17 +0000 (15:35 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Mar 2002 15:35:17 +0000 (15:35 +0000)
    .compile to be None, and set it to true if it is.
    Caught by Pearu Peterson.

Bugfix candidate, if the previous change is accepted for
release22-maint.

Lib/distutils/command/install.py

index 2a18fb9dee1a009de9c42ba46fa7fb28d1339a47..746ca1f2c3aac296987ccd84399a763a089498ee 100644 (file)
@@ -164,7 +164,7 @@ class install (Command):
         self.install_scripts = None
         self.install_data = None
 
-        self.compile = 0
+        self.compile = None
         self.optimize = None
 
         # These two are for putting non-packagized distributions into their