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 nedbat
Recipients brian.curtin, eric.smith, jaraco, nedbat
Date 2010-08-01.13:00:16
SpamBayes Score 0.001240093
Marked as misclassified No
Message-id <1280667618.34.0.078545189511.issue9332@psf.upfronthosting.co.za>
In-reply-to
Content
This breaks virtualenv3 on Python 3.2, which simply test for the existence of os.symlink, which then fails for lack of privileges.  Perhaps an os.can_symlink() method, returning a boolean?  It can request privileges if you like, but provides a simple test that lets scripts know whether they should attempt a symlink or not.
History
Date User Action Args
2010-08-01 13:00:18nedbatsetrecipients: + nedbat, jaraco, eric.smith, brian.curtin
2010-08-01 13:00:18nedbatsetmessageid: <1280667618.34.0.078545189511.issue9332@psf.upfronthosting.co.za>
2010-08-01 13:00:16nedbatlinkissue9332 messages
2010-08-01 13:00:16nedbatcreate