[issue4693] Idle for Python 3.0 is default even without doing make fullinstall

2009-04-26 Thread Daniel Diniz

Daniel Diniz aja...@gmail.com added the comment:

Benjamin fixed this in r71936, #5756.

--
nosy: +ajaksu2
resolution:  - out of date
stage:  - committed/rejected
status: open - closed
superseder:  - idle pydoc et al removed from 3.1 without versioned replacements

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4693
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4693] Idle for Python 3.0 is default even without doing make fullinstall

2008-12-18 Thread Senthil

New submission from Senthil orsent...@gmail.com:

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.
o...@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 ?

--
components: IDLE
messages: 78030
nosy: orsenthil
severity: normal
status: open
title: Idle for Python 3.0 is default even without doing make fullinstall
type: behavior
versions: Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4693
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com