[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2009-04-14 Thread Ned Deily
Ned Deily added the comment: r71400 breaks installer builds. See issue5756. -- nosy: +nad ___ Python tracker ___ ___ Python-bugs-list

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2009-04-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: Refixed in r71400. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2009-04-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r71372. Thanks for the patch! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2009-04-07 Thread Daniel Diniz
Daniel Diniz added the comment: That's good enough a test for me :) Pinging gutworth so we can have this in 3.1. -- nosy: +ajaksu2, benjamin.peterson stage: test needed -> patch review ___ Python tracker __

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2009-04-07 Thread David Ripton
David Ripton added the comment: I see this has been marked as "test needed", but this patch is a change to Makefile.pre.in, and it's not clear to me how to unit test it using the existing Python test framework. FWIW, I've manually tested it (on Linux) by doing ./configure; make; sudo make insta

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Installation dependencies: +"make altinstall" installs pydoc, idle, smtpd.py with broken shebang lines keywords: +patch priority: normal -> high stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.5 __

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2007-12-12 Thread David Ripton
David Ripton added the comment: Same patch appears to work fine against the 2.5.1 tarball. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2007-12-12 Thread David Ripton
Changes by David Ripton: Added file: http://bugs.python.org/file8931/altinstall.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing lis

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2007-12-12 Thread David Ripton
David Ripton added the comment: Here's a patch, against the 3.0a2 tarball. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscri

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2007-12-11 Thread Christian Heimes
Christian Heimes added the comment: Yes, 2.5 and 2.6 are affected, too. The scripts are install by setup.py in sharedinstall. -- nosy: +tiran priority: -> normal versions: +Python 2.5, Python 2.6 __ Tracker <[EMAIL PROTECTED]>

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2007-12-11 Thread Guido van Rossum
Guido van Rossum added the comment: Agreed. Please provide a patch. Isn't this a 2.5-2.6 issue as well? -- nosy: +gvanrossum __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1590] "make altinstall" installs pydoc, idle, smtpd.py

2007-12-11 Thread David Ripton
New submission from David Ripton: Python 3.0a2, Gentoo Linux, x86 "make altinstall" installs idle, pydoc, and smtpd.py This can partially break the previous Python install, which is counter to the idea of altinstall being safe to use in parallel with an existing install of a different version o