summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command/install_dist.py
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-11-07 20:19:46 (GMT)
committerBrian Curtin <brian@python.org>2011-11-07 20:19:46 (GMT)
commitca0fbc02e9971ead5436473e15320652c1fd97c8 (patch)
tree4b54cf71920a50bceed96d6f575ed1cbf0abac17 /Lib/packaging/command/install_dist.py
parentc1b65d1831265534cb1613d7bf0ad7643fddb795 (diff)
parentca6befb77f007ee74137bcbfc26f3fe1345bd886 (diff)
downloadcpython-ca0fbc02e9971ead5436473e15320652c1fd97c8.zip
cpython-ca0fbc02e9971ead5436473e15320652c1fd97c8.tar.gz
cpython-ca0fbc02e9971ead5436473e15320652c1fd97c8.tar.bz2
branch merge
Diffstat (limited to 'Lib/packaging/command/install_dist.py')
-rw-r--r--Lib/packaging/command/install_dist.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/packaging/command/install_dist.py b/Lib/packaging/command/install_dist.py
index ce7015e..c54da6f 100644
--- a/Lib/packaging/command/install_dist.py
+++ b/Lib/packaging/command/install_dist.py
@@ -55,9 +55,7 @@ class install_dist(Command):
('install-data=', None,
"installation directory for data files"),
- # Byte-compilation options -- see install_lib.py for details, as
- # these are duplicated from there (but only install_lib does
- # anything with them).
+ # Byte-compilation options -- see install_lib for details
('compile', 'c', "compile .py to .pyc [default]"),
('no-compile', None, "don't compile .py files"),
('optimize=', 'O',