[issue5461] python3 symlink

2009-04-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r71376. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue5461] python3 symlink

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: Assigning to Benjamin to make sure that Python is installed as "python3" starting with 3.1. -- assignee: -> benjamin.peterson nosy: +benjamin.peterson, georg.brandl priority: -> release blocker ___ Python tracker

[issue5461] python3 symlink

2009-03-09 Thread David Ripton
New submission from David Ripton : When Python 2.x is manually installed on Linux, a python2 symlink is created, like this: lrwxrwxrwx 1 root root 9 Jan 24 00:03 /usr/bin/python2 -> python2.6 ("make install" updates the symlink; "make altinstall" does not). When Python 3.x is installed, no pyt