]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport akuchling's checkin of
authorMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 13:15:28 +0000 (13:15 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 13:15:28 +0000 (13:15 +0000)
    revision 1.63 of install.py

Revert part of previous patch: several install_* subcommands expect
    .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 ffc6e414569b61dc9e881919e75d7834fe3d59e8..2f8cc3363662483bf1415a49738d3055b4ee336b 100644 (file)
@@ -157,7 +157,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