[issue5756] idle pydoc et al removed from 3.1 without versioned replacements

Ned Deily report at bugs.python.org
Fri May 22 12:30:41 CEST 2009


Ned Deily <nad at acm.org> added the comment:

Ronald, no changes were made to the makefiles, just to setup.py in 
r71400 and r71936 (which also renamed idle and pydoc):

[...]
Modified: python/branches/py3k/setup.py
========================================================================
======
--- python/branches/py3k/setup.py	(original)
+++ python/branches/py3k/setup.py	Sat Apr 25 23:11:45 2009
@@ -1652,13 +1652,7 @@
           # called unless there's at least one extension module 
defined.
           ext_modules=[Extension('_struct', ['_struct.c'])],
 
-          # Scripts to install
-          # Commented out because we don't want them to override the 
2.x
-          # ones. See #1590.
-          scripts = []
-          #scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',
-          #           'Tools/scripts/2to3',
-          #           'Lib/smtpd.py']
+          scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3"]
         )
 
 # --install-platlib

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5756>
_______________________________________


More information about the Python-bugs-list mailing list