Message410649
Fair enough. Users who wanted to avoid copying file metadata would then do something like this, I suppose?
import pathlib
import shutil
path = pathlib.Path('foo')
path.move('bar', copy_function=shutil.copy)
I guess the downside here is that users would still need to `import shutil` to do this. But I see the utility of allowing any copy_function to be supplied! |
|
| Date |
User |
Action |
Args |
| 2022-01-15 15:08:46 | barneygale | set | recipients:
+ barneygale, Oz.Tiram |
| 2022-01-15 15:08:46 | barneygale | set | messageid: <[email protected]> |
| 2022-01-15 15:08:46 | barneygale | link | issue46317 messages |
| 2022-01-15 15:08:46 | barneygale | create | |
|