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.

classification
Title: SVN repository contains an incorrect symbolic link
Type: Stage:
Components: Build, macOS Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: benjamin.peterson, pitrou
Priority: normal Keywords:

Created on 2008-07-05 22:27 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg69305 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-07-05 22:27
In the py3k SVN branch I can see the following link. I suppose it is a
mistake?

$ ls -la Mac/IDLE/IDLE.app/Contents/MacOS/Python
lrwxrwxrwx 1 antoine antoine 92 2008-07-01 22:33
Mac/IDLE/IDLE.app/Contents/MacOS/Python ->
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
msg69310 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-05 22:52
Fixed in r64749.
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47544
2008-07-05 22:52:42benjamin.petersonsetstatus: open -> closed
assignee: benjamin.peterson
resolution: fixed
messages: + msg69310
nosy: + benjamin.peterson
2008-07-05 22:27:05pitroucreate