don't install scripts which will overwrite 2.x ones #1590

This commit is contained in:
Benjamin Peterson 2009-04-08 21:40:01 +00:00
parent 026c0c38c8
commit a797fba888
1 changed files with 5 additions and 3 deletions

View File

@ -1653,9 +1653,11 @@ def main():
ext_modules=[Extension('_struct', ['_struct.c'])],
# Scripts to install
scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',
'Tools/scripts/2to3',
'Lib/smtpd.py']
# Commented out because we don't want them to override the 2.x
# ones. See #1590.
#scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',
# 'Tools/scripts/2to3',
# 'Lib/smtpd.py']
)
# --install-platlib