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.

Author orsenthil
Recipients exe, orsenthil
Date 2009-05-09.04:21:17
SpamBayes Score 0.0003835284
Marked as misclassified No
Message-id <1241842879.8.0.482729835534.issue5966@psf.upfronthosting.co.za>
In-reply-to
Content
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 from source for (Python2.5 also) creates hardlink
only, so this is working as designed.
History
Date User Action Args
2009-05-09 04:21:20orsenthilsetrecipients: + orsenthil, exe
2009-05-09 04:21:19orsenthilsetmessageid: <1241842879.8.0.482729835534.issue5966@psf.upfronthosting.co.za>
2009-05-09 04:21:18orsenthillinkissue5966 messages
2009-05-09 04:21:17orsenthilcreate