This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients benjamin.peterson, dripton, kbk, ned.deily, ronaldoussoren, tarek
Date 2009-05-22.10:30:38
SpamBayes Score 6.297499e-05
Marked as misclassified No
Message-id <1242988241.52.0.105538427491.issue5756@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-05-22 10:30:41ned.deilysetrecipients: + ned.deily, kbk, ronaldoussoren, dripton, benjamin.peterson, tarek
2009-05-22 10:30:41ned.deilysetmessageid: <1242988241.52.0.105538427491.issue5756@psf.upfronthosting.co.za>
2009-05-22 10:30:39ned.deilylinkissue5756 messages
2009-05-22 10:30:38ned.deilycreate