FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()` by barneygale · Pull Request #127658 · python/cpython · GitHub

/ cpython Public

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 commented Dec 5, 2024
edited by bedevere-app Bot
Loading

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 merged commit 5b6635f into python:main Dec 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to 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


Back | FazBrowse Home | New Git URL