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.
Created on 2008年12月18日 15:52 by orsenthil, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg78030 - (view) | Author: Senthil Kumaran (orsenthil) * (Python committer) | Date: 2008年12月18日 15:52 | |
I am not sure, if this is intentional. But if you look at Python 3k and 3.1 installation. changing mode of /usr/local/bin/pydoc to 755 changing mode of /usr/local/bin/idle to 755 changing mode of /usr/local/bin/2to3 to 755 changing mode of /usr/local/bin/smtpd.py to 755 running install_egg_info * Note: not installed as 'python'. * Use 'make fullinstall' to install as 'python'. * However, 'make fullinstall' is discouraged, * as it will clobber your Python 2.x installation. ors@goofy:~/python/py3k$ pydoc, idle, 2to3 and smtp.py by default are Py3k's. Where as python is Py2.x's. Do you see the difference when one wants to try out python prompt. - If he types python in the console, he would be greeted by 2.x - If he types idle, he would be greeted by 3k. pydoc may cause similar confusion too. 2to3 is okay because it is to be used by 3k, Not sure about smtp.py Do you agree this as an issue and if so, how do we address it? - label idle as idle3.0 and pydoc as pydoc3.0 and make it default with make fullinstall ? |
|||
| msg86618 - (view) | Author: Daniel Diniz (ajaksu2) * (Python triager) | Date: 2009年04月26日 22:16 | |
Benjamin fixed this in r71936, #5756. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:42 | admin | set | github: 48943 |
| 2009年04月26日 22:16:01 | ajaksu2 | set | status: open -> closed superseder: idle pydoc et al removed from 3.1 without versioned replacements nosy: + ajaksu2 messages: + msg86618 resolution: out of date stage: resolved |
| 2008年12月18日 15:52:38 | orsenthil | create | |