X Tutup
The Wayback Machine - https://web.archive.org/web/20221223191045/https://github.com/python/cpython/pull/92505
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

gh-84131: Remove the deprecated pathlib.Path.link_to method. #92505

Merged
merged 2 commits into from May 10, 2022

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented May 8, 2022

No description provided.

@gpshead gpshead added the stdlib Python modules in the Lib dir label May 8, 2022
@gpshead gpshead requested a review from brettcannon as a code owner May 8, 2022
@gpshead gpshead linked an issue May 8, 2022 that may be closed by this pull request
@gpshead gpshead self-assigned this May 8, 2022
Copy link
Contributor

@barneygale barneygale left a comment

Possibly tiny nit on the NEWS entry, otherwise looks good to me!

…5kI7.rst

Co-authored-by: Barney Gale <barney.gale@gmail.com>
@gpshead gpshead merged commit 07b3492 into python:main May 10, 2022
13 checks passed
@gpshead gpshead deleted the pathlib-link_to branch May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pathlib.Path.hardlink_to()
5 participants
X Tutup