[issue5966] unnecessary hardlink

2009-05-08 Thread Kandalintsev Alexandre
New submission from Kandalintsev Alexandre bug_hun...@messir.net: Hello! After installing py3k:72466 I found that python3 is hardlink to python3.1: $ ls -lai python* 34614 -rwxr-xr-x 2 root root 3625145 2009-05-08 11:10 python3 34614 -rwxr-xr-x 2 root root 3625145 2009-05-08 11:10 python3.1

[issue5966] unnecessary hardlink

2009-05-08 Thread Senthil
Senthil orsent...@gmail.com added the comment: python3.1 or python2.6 has always been a hardlink to the python in the same directory. You will see that $(LN) python$(VERSION)$(EXE) $(PYTHON) The one you find as 'softlink' for python2.5 is perhaps ubuntu way of doing it. Python installation

[issue5966] unnecessary hardlink

2009-05-08 Thread Senthil
Changes by Senthil orsent...@gmail.com: -- resolution: - invalid ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5966 ___ ___ Python-bugs-list

[issue5966] unnecessary hardlink

2009-05-08 Thread Senthil
Changes by Senthil orsent...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5966 ___ ___ Python-bugs-list

[issue5966] unnecessary hardlink

2009-05-08 Thread Senthil
Changes by Senthil orsent...@gmail.com: -- resolution: invalid - wont fix ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5966 ___ ___