-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
To support metadata transfers, we need to add a method to WritablePath that allows receivers to copy metadata from some ReadablePath source. Currently we have _copy_from(), but it's got an underscore prefix.
This will affect pathlib.Path
Perhaps the method should return an iterator that emits progress reports? If so can someone come up with a better name than iter_copy_from()? :)
See also python/cpython#131636
Metadata
Metadata
Assignees
Labels
No labels