[issue26978] Implement pathlib.Path.link (Using os.link)

2019-12-16 Thread miss-islington
miss-islington added the comment: New changeset 8d0f36940e728989822c3789025b0813a8fe249a by Miss Islington (bot) in branch '3.8': bpo-38811: Check for presence of os.link method in pathlib (GH-17225) https://github.com/python/cpython/commit/8d0f36940e728989822c3789025b0813a8fe249a

[issue26978] Implement pathlib.Path.link (Using os.link)

2019-12-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 092435e932dee1802784ec28f39454f50fdd879a by Victor Stinner (Toke Høiland-Jørgensen) in branch 'master': bpo-38811: Check for presence of os.link method in pathlib (GH-17225)

[issue26978] Implement pathlib.Path.link (Using os.link)

2019-12-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +17095 pull_request: https://github.com/python/cpython/pull/17626 ___ Python tracker ___

[issue26978] Implement pathlib.Path.link (Using os.link)

2019-11-18 Thread Toke Høiland-Jørgensen
Change by Toke Høiland-Jørgensen : -- pull_requests: +16727 pull_request: https://github.com/python/cpython/pull/17225 ___ Python tracker ___

[issue26978] Implement pathlib.Path.link (Using os.link)

2019-11-15 Thread Toke Høiland-Jørgensen
Change by Toke Høiland-Jørgensen : -- pull_requests: +16679 pull_request: https://github.com/python/cpython/pull/17170 ___ Python tracker ___

[issue26978] Implement pathlib.Path.link (Using os.link)

2019-05-04 Thread Antoine Pitrou
Change by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue26978] Implement pathlib.Path.link (Using os.link)

2019-05-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset 6b5b013bcc22a27d6231c2796882e44ddb42be67 by Antoine Pitrou (Joannah Nanjekye) in branch 'master': bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)

[issue26978] Implement pathlib.Path.link (Using os.link)

2019-04-27 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : This looks same as https://bugs.python.org/issue28608 -- nosy: +xtreak versions: +Python 3.8 -Python 3.6 ___ Python tracker ___

[issue26978] Implement pathlib.Path.link (Using os.link)

2019-04-27 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +12913 stage: -> patch review ___ Python tracker ___ ___

[issue26978] Implement pathlib.Path.link (Using os.link)

2016-05-08 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +pitrou type: -> enhancement ___ Python tracker ___ ___

[issue26978] Implement pathlib.Path.link (Using os.link)

2016-05-08 Thread Ram Rachum
Changes by Ram Rachum : -- components: Library (Lib) nosy: cool-RR priority: normal severity: normal status: open title: Implement pathlib.Path.link (Using os.link) versions: Python 3.6 ___ Python tracker