Skip to content

Add pathlib.Path.hardlink_to() #84131

@barneygale

Description

@barneygale
BPO 39950
Nosy @gpshead, @miss-islington, @tirkarthi, @barneygale, @escape0707
PRs
  • bpo-39950: add pathlib.Path.hardlink_to() method that supersedes link_to() #18909
  • bpo-39950: Fix deprecation warning in test for pathlib.Path.link_to() #26155
  • [3.10] bpo-39950: Fix deprecation warning in test for pathlib.Path.link_to() (GH-26155) #26158
  • [3.10] bpo-39950: Fix deprecation warning in test for pathlib.Path.link_to() (GH-26155) #26178
  • 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 2021-06-13.15:49:54.023>
    created_at = <Date 2020-03-13.00:50:05.346>
    labels = ['type-feature', 'library', '3.10']
    title = 'Add pathlib.Path.hardlink_to()'
    updated_at = <Date 2021-06-13.15:49:54.022>
    user = 'https://github.com/barneygale'

    bugs.python.org fields:

    activity = <Date 2021-06-13.15:49:54.022>
    actor = 'barneygale'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-06-13.15:49:54.023>
    closer = 'barneygale'
    components = ['Library (Lib)']
    creation = <Date 2020-03-13.00:50:05.346>
    creator = 'barneygale'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39950
    keywords = ['patch']
    message_count = 9.0
    messages = ['364060', '365275', '385199', '385458', '385471', '385475', '391734', '392779', '393765']
    nosy_count = 5.0
    nosy_names = ['gregory.p.smith', 'miss-islington', 'xtreak', 'barneygale', 'escape0707']
    pr_nums = ['18909', '26155', '26158', '26178']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue39950'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesstdlibPython modules in the Lib dirtype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        close