[Python-ideas] Re: Implement POSIX ln via shutil.link and shutil.symlink

2019-06-30 Thread Barry Scott
> On 29 Jun 2019, at 15:08, Tom Hale wrote: > > Based on the below positive feedback, I've created a PR here: > > https://github.com/python/cpython/pull/14464 > > Only shutil.symlink is currently implemented. Feedback (and possibly fixes) > requested from Windows users. > > Thanks to all

[Python-ideas] Re: Implement POSIX ln via shutil.link and shutil.symlink

2019-06-29 Thread Tom Hale
Based on the below positive feedback, I've created a PR here: https://github.com/python/cpython/pull/14464 Only shutil.symlink is currently implemented. Feedback (and possibly fixes) requested from Windows users. Thanks to all for their ideas, input and constructive criticism. Cheers, --

[Python-ideas] Re: Implement POSIX ln via shutil.link and shutil.symlink

2019-06-25 Thread Serhiy Storchaka
04.06.19 10:25, Inada Naoki пише: On Sat, Jun 1, 2019 at 4:10 PM Serhiy Storchaka wrote: Why do you need to replace a symlink atomically? This is a solution, what problem it solves? There is another, more common / realistic usage of atomic symlink replacing. When deploy PHP application or