Skip to content

GH-127381: pathlib ABCs: remove PathBase.rename() and replace() - #127658

Merged
barneygale merged 1 commit into
python:mainfrom
barneygale:gh-127381-replace-2
Dec 6, 2024
Merged

GH-127381: pathlib ABCs: remove PathBase.rename() and replace()#127658
barneygale merged 1 commit into
python:mainfrom
barneygale:gh-127381-replace-2

Conversation

@barneygale

@barneygalebarneygale commented Dec 5, 2024

Copy link
Copy Markdown
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
barneygale merged commit 5b6635f into python:mainDec 6, 2024
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
…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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@barneygale