On Tue, Oct 18, 2022, 19:39 Paul Bryan <pbr...@anode.ca> wrote:

> For my edification, how is copy in pathlib proposed to be implemented?
> Just call out to the OS to do the copy? Do the copy by reading and writing?
>

Just a thin wrapper around shutil.copy2 and shutil.copytree. Most
non-parsing pathlib operations are wrappers around corresponding operations
from other modules.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/MIRCZCV4NFFWVFWQTWTTL44SVME6QYWH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to