diff options
author | Barney Gale <barney.gale@gmail.com> | 2025-02-09 12:05:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-09 12:05:23 +0000 |
commit | c88dacb391ab95229b500dabb812e02109058ed7 (patch) | |
tree | c743f31a83572e7f2e12bcdd16b6bd98885c7f66 /Lib/test/test_asyncio/test_streams.py | |
parent | d5796e64e061a5366186561d1a003c1436ad3492 (diff) | |
download | cpython-c88dacb391ab95229b500dabb812e02109058ed7.tar.gz cpython-c88dacb391ab95229b500dabb812e02109058ed7.zip |
GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info` (#129856)
Move pathlib's private `CopyReader`, `LocalCopyReader`, `CopyWriter` and
`LocalCopyWriter` classes into `pathlib._os`, where they can live alongside
the low-level copying functions (`copyfileobj()` etc) and high-level path
querying interface (`PathInfo`).
This sets the stage for merging `LocalCopyReader` into `PathInfo`.
No change of behaviour; just moving some code around.
Diffstat (limited to 'Lib/test/test_asyncio/test_streams.py')
0 files changed, 0 insertions, 0 deletions