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 vinay.sajip
Recipients loewis, pitrou, vinay.sajip
Date 2012-07-07.19:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341690778.9.0.0405111856993.issue15281@psf.upfronthosting.co.za>
In-reply-to
Content
Following discussions on python-dev, the default is always to symlink, except on Windows (no support for true symlinks on XP and older) and Mac OS X (problems with framework builds). The --symlinks indicates, on those platforms where symlinks is not the default, to use symlinks anyway. This will most likely only be useful on Windows Vista, Windows 7 and Mac OS X with a non-framework build of Python.
History
Date User Action Args
2012-07-07 19:52:58vinay.sajipsetrecipients: + vinay.sajip, loewis, pitrou
2012-07-07 19:52:58vinay.sajipsetmessageid: <1341690778.9.0.0405111856993.issue15281@psf.upfronthosting.co.za>
2012-07-07 19:52:58vinay.sajiplinkissue15281 messages
2012-07-07 19:52:58vinay.sajipcreate