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 Scott.Leerssen
Recipients Scott.Leerssen
Date 2011-05-16.14:01:04
SpamBayes Score 5.9726705e-07
Marked as misclassified No
Message-id <1305554464.99.0.852518621485.issue12088@psf.upfronthosting.co.za>
In-reply-to
Content
I'm opening this as a continuation of issue10761 since it was closed as fixed, and there's a bit more work to do there.

The fix for issue10761 was incomplete.  It did not handle the case where the symlink being overwritten did not resolve to another file (i.e. a "broken" link).  It also did not address the same issues with hard links.

The comments starting at http://bugs.python.org/issue10761#msg135924 detail the updates needed to complete this fix.
History
Date User Action Args
2011-05-16 14:01:05Scott.Leerssensetrecipients: + Scott.Leerssen
2011-05-16 14:01:04Scott.Leerssensetmessageid: <1305554464.99.0.852518621485.issue12088@psf.upfronthosting.co.za>
2011-05-16 14:01:04Scott.Leerssenlinkissue12088 messages
2011-05-16 14:01:04Scott.Leerssencreate