Kaydet (Commit) a797fba8 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

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

üst 026c0c38
...@@ -1653,9 +1653,11 @@ def main(): ...@@ -1653,9 +1653,11 @@ def main():
ext_modules=[Extension('_struct', ['_struct.c'])], ext_modules=[Extension('_struct', ['_struct.c'])],
# Scripts to install # Scripts to install
scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', # Commented out because we don't want them to override the 2.x
'Tools/scripts/2to3', # ones. See #1590.
'Lib/smtpd.py'] #scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',
# 'Tools/scripts/2to3',
# 'Lib/smtpd.py']
) )
# --install-platlib # --install-platlib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment