summaryrefslogtreecommitdiff
path: root/Lib/distutils/command
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-03-22 15:35:17 +0000
committerAndrew M. Kuchling <amk@amk.ca>2002-03-22 15:35:17 +0000
commit78a15fe5028c1a3d2d1dc3d7e8aa6cb1d2ce9e50 (patch)
treeac28d54d663b8ad0dfbc849eec59571ef313937a /Lib/distutils/command
parent794c831e03a6c214742a9eed710b69ecddcd3bf1 (diff)
downloadcpython-78a15fe5028c1a3d2d1dc3d7e8aa6cb1d2ce9e50.tar.gz
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.
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r--Lib/distutils/command/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py
index 2a18fb9dee..746ca1f2c3 100644
--- a/Lib/distutils/command/install.py
+++ b/Lib/distutils/command/install.py
@@ -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