GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()` by barneygale · Pull Request #127658 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Contributor
These methods are obviated by PathBase.move(), which can move directories and supports any PathBase object as a target.
…e()` These methods are obviated by `PathBase.move()`, which can move directories and supports any `PathBase` object as a target.
barneygale
added
skip news
topic-pathlib
labels
bedevere-app
Bot
mentioned this pull request
bedevere-app
Bot
added
the
awaiting core review
label
barneygale
merged commit
5b6635f
into
python:main
bedevere-app
Bot
removed
the
awaiting core review
label
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request
…e()` (python#127658) These methods are obviated by `PathBase.move()`, which can move directories and supports any `PathBase` object as a target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment