[issue28608] Support creating hardlink using `pathlib`

2019-04-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Closing this as a duplicate of issue26978 which has an open PR with comments from @pitrou. Thanks -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Implement pathlib.Path.link (Using os.link)

[issue28608] Support creating hardlink using `pathlib`

2018-11-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Since Path already supports symlinking, it would be reasonable to add hardlinking (e.g. as `Path.link_to`). But as you said one may as well call `os.link(path1, path2)`. -- ___ Python tracker

[issue28608] Support creating hardlink using `pathlib`

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Just to add to this os.link supports path-like objects. Adding @pitrou to take a call on this. -- nosy: +pitrou, xtreak versions: +Python 3.8 -Python 3.7 ___ Python tracker

[issue28608] Support creating hardlink using `pathlib`

2018-11-27 Thread Alexandr Zamaraev
New submission from Alexandr Zamaraev : see https://python-forum.io/Thread-makin-hardlinks-with-pathlib-Path?pid=57399#pid57399 -- ___ Python tracker ___

[issue28608] Support creating hardlink using `pathlib`

2018-11-27 Thread Alexandr Zamaraev
Change by Alexandr Zamaraev : -- nosy: +shura_zam ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28608] Support creating hardlink using `pathlib`

2016-11-04 Thread Ram Rachum
Changes by Ram Rachum : -- components: Library (Lib) nosy: cool-RR priority: normal severity: normal status: open title: Support creating hardlink using `pathlib` type: enhancement versions: Python 3.7 ___ Python tracker