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 santoso.wijaya
Recipients santoso.wijaya
Date 2012-01-12.01:06:47
SpamBayes Score 6.5446116e-08
Marked as misclassified No
Message-id <1326330408.97.0.484457419227.issue13775@psf.upfronthosting.co.za>
In-reply-to
Content
Consider:

>>> os.symlink('.\\test', 'Lib\\bar')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
WindowsError: [Error 5] Access is denied: '.\\test'

Where Lib\\bar is previously created. The symlink creation is rightly rejected, but with a misleading message. The failure is because 'Lib\\bar' already exists, not because of '.\\test'.
History
Date User Action Args
2012-01-12 01:06:49santoso.wijayasetrecipients: + santoso.wijaya
2012-01-12 01:06:48santoso.wijayasetmessageid: <1326330408.97.0.484457419227.issue13775@psf.upfronthosting.co.za>
2012-01-12 01:06:47santoso.wijayalinkissue13775 messages
2012-01-12 01:06:47santoso.wijayacreate