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

GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` by barneygale · Pull Request #128337 · python/cpython · GitHub

/ cpython Public

GH-127381: pathlib ABCs: remove PathBase.move() and move_into() - #128337

Merged
barneygale merged 2 commits into
python:mainfrom
barneygale:gh-127381-move
Jan 4, 2025
Merged

GH-127381: pathlib ABCs: remove PathBase.move() and move_into()#128337
barneygale merged 2 commits into
python:mainfrom
barneygale:gh-127381-move

Conversation

barneygale commented Dec 29, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

These methods combine _delete() and copy(), but _delete() isn't part of the public interface, and it's unlikely to be added until the pathlib ABCs are made official, or perhaps even later.

…o()`

These methods combine `_delete()` and `copy()`, but `_delete()` isn't part
of the public interface, and it's unlikely to be added until the pathlib
ABCs are made official, or perhaps even later.
barneygale merged commit 95352dc into python:main Jan 4, 2025
hugovk pushed a commit to hugovk/cpython that referenced this pull request Jan 4, 2025
…o()` (python#128337)

These methods combine `_delete()` and `copy()`, but `_delete()` isn't part
of the public interface, and it's unlikely to be added until the pathlib
ABCs are made official, or perhaps even later.
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 6, 2025
…o()` (python#128337)

These methods combine `_delete()` and `copy()`, but `_delete()` isn't part
of the public interface, and it's unlikely to be added until the pathlib
ABCs are made official, or perhaps even later.
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
…o()` (python#128337)

These methods combine `_delete()` and `copy()`, but `_delete()` isn't part
of the public interface, and it's unlikely to be added until the pathlib
ABCs are made official, or perhaps even later.
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