Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement pathlib.Path.link (Using os.link) #71165

Closed
cool-RR mannequin opened this issue May 8, 2016 · 4 comments
Closed

Implement pathlib.Path.link (Using os.link) #71165

cool-RR mannequin opened this issue May 8, 2016 · 4 comments
Labels
3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@cool-RR
Copy link
Mannequin

cool-RR mannequin commented May 8, 2016

BPO 26978
Nosy @pitrou, @vstinner, @cool-RR, @miss-islington, @tirkarthi
PRs
  • bpo-26978: Implement pathlib.Path.link_to (Using os.link) #12990
  • bpo-38811: Check for presence of os.link method in pathlib #17170
  • bpo-38811: Check for presence of os.link method in pathlib (v2) #17225
  • [3.8] bpo-38811: Check for presence of os.link method in pathlib (GH-17225) #17626
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-05-04.15:27:24.721>
    created_at = <Date 2016-05-08.16:22:03.438>
    labels = ['3.8', 'type-feature', 'library']
    title = 'Implement pathlib.Path.link (Using os.link)'
    updated_at = <Date 2019-12-16.12:42:24.698>
    user = 'https://github.com/cool-RR'

    bugs.python.org fields:

    activity = <Date 2019-12-16.12:42:24.698>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-05-04.15:27:24.721>
    closer = 'pitrou'
    components = ['Library (Lib)']
    creation = <Date 2016-05-08.16:22:03.438>
    creator = 'cool-RR'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 26978
    keywords = ['patch']
    message_count = 4.0
    messages = ['341018', '341386', '358476', '358481']
    nosy_count = 5.0
    nosy_names = ['pitrou', 'vstinner', 'cool-RR', 'miss-islington', 'xtreak']
    pr_nums = ['12990', '17170', '17225', '17626']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue26978'
    versions = ['Python 3.8']

    @cool-RR cool-RR mannequin added the stdlib Python modules in the Lib dir label May 8, 2016
    @brettcannon brettcannon added the type-feature A feature request or enhancement label May 8, 2016
    @tirkarthi
    Copy link
    Member

    This looks same as https://bugs.python.org/issue28608

    @tirkarthi tirkarthi added the 3.8 only security fixes label Apr 28, 2019
    @pitrou
    Copy link
    Member

    pitrou commented May 4, 2019

    New changeset 6b5b013 by Antoine Pitrou (Joannah Nanjekye) in branch 'master':
    bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
    6b5b013

    @pitrou pitrou closed this as completed May 4, 2019
    @vstinner
    Copy link
    Member

    New changeset 092435e by Victor Stinner (Toke Høiland-Jørgensen) in branch 'master':
    bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
    092435e

    @miss-islington
    Copy link
    Contributor

    New changeset 8d0f369 by Miss Islington (bot) in branch '3.8':
    bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
    8d0f369

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    5 participants