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 exe
Recipients exe
Date 2009-05-08.07:32:24
SpamBayes Score 3.0058911e-06
Marked as misclassified No
Message-id <1241767950.78.0.669934246491.issue5966@psf.upfronthosting.co.za>
In-reply-to
Content
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
38299 -rwxr-xr-x 1 root root    1406 2009-05-08 11:10 python3.1-config
34616 lrwxrwxrwx 1 root root      16 2009-05-08 11:10 python3-config -> 
python3.1-config

I'm expecting symlink python3 pointing to python3.1(as python is symlink 
to python2.5 in my system). It's much easy to manage symlinks than 
hardlinks.
History
Date User Action Args
2009-05-08 07:32:31exesetrecipients: + exe
2009-05-08 07:32:30exesetmessageid: <1241767950.78.0.669934246491.issue5966@psf.upfronthosting.co.za>
2009-05-08 07:32:28exelinkissue5966 messages
2009-05-08 07:32:27execreate