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 martin.panter
Recipients lars.gustaebel, martin.panter, michael.brandl@aid-driving.eu
Date 2018-12-16.01:45:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544924759.69.0.788709270274.issue35483@psf.upfronthosting.co.za>
In-reply-to
Content
The first aspect, incorrectly assuming the OS does not support symlinks, is described at <https://bugs.python.org/issue23228#msg265146>. Lars proposed a fix <https://bugs.python.org/file42780/windowserror.diff> which will let the OS exception escape to the caller. However I think that patch needs more work.

The second aspect is replacing existing symlinks and other directory entries. This was implemented in 2.7 in Issue 10761 and Issue 12088 (only when replacing non-subdirectories with symbolic links and hard links), and is discussed more generally in Issue 19974.

I suggest to close this in favour of resolving Issue 23228 and Issue 19974.
History
Date User Action Args
2018-12-16 01:46:00martin.pantersetrecipients: + martin.panter, lars.gustaebel, michael.brandl@aid-driving.eu
2018-12-16 01:45:59martin.pantersetmessageid: <1544924759.69.0.788709270274.issue35483@psf.upfronthosting.co.za>
2018-12-16 01:45:59martin.panterlinkissue35483 messages
2018-12-16 01:45:57martin.pantercreate