aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-13 23:11:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-03-13 23:11:19 -0400
commite72e8676e8b9eec8e39c14258c145b8e2e120769 (patch)
treecb71d03d913f1872b4ec99c91aa2b4f6dac41edb /setuptools/command/install.py
parent4ca7386a58ba92c5c89d0872933384f7d1fea115 (diff)
downloadexternal_python_setuptools-e72e8676e8b9eec8e39c14258c145b8e2e120769.tar.gz
external_python_setuptools-e72e8676e8b9eec8e39c14258c145b8e2e120769.tar.bz2
external_python_setuptools-e72e8676e8b9eec8e39c14258c145b8e2e120769.zip
Remove special handling of 'no_compile' option with comment about making DISTUTILS_DEBUG work right. While testing on Python 2.6 and later, I was unable to evoke any abberant or distinct behavior by removing the value (with DISTUTILS_DEBUG enabled and using variations of --compile and --no-compile). Therefore, I believe that whatever was the motivation for adding the attribute (in 2c91c12dc9b1), its purpose has passed.
Diffstat (limited to 'setuptools/command/install.py')
-rw-r--r--setuptools/command/install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/install.py b/setuptools/command/install.py
index 459cd3cd..784e8efd 100644
--- a/setuptools/command/install.py
+++ b/setuptools/command/install.py
@@ -25,7 +25,6 @@ class install(_install):
_install.initialize_options(self)
self.old_and_unmanageable = None
self.single_version_externally_managed = None
- self.no_compile = None # make DISTUTILS_DEBUG work right!
def finalize_options(self):
_install.finalize_options(self)