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

2009-04-14 Thread Ned Deily
Ned Deily n...@acm.org added the comment: r71400 breaks installer builds. See issue5756. -- nosy: +nad ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1590 ___

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

2009-04-08 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Refixed in r71400. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1590 ___ ___

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

2009-04-07 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org

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

2009-04-07 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r71372. Thanks for the patch! -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1590

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

2009-04-07 Thread David Ripton
David Ripton d+pyt...@ripton.net 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;

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

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- 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: Here's a patch, against the 3.0a2 tarball. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1590 __ ___ Python-bugs-list mailing list Unsubscribe:

[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] http://bugs.python.org/issue1590 __ ___ 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] http://bugs.python.org/issue1590 __ ___ Python-bugs-list mailing list

[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 of

[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]