I think shutil.move method should provide a symlinks parameter.
It's because if user wants to move file including metadata couldn't use 
shutil.move method.
(https://github.com/python/cpython/blob/master/Lib/shutil.py#L807)

if shutil.move provide symlinks option at argument, a developer doesn't need to 
develop their own custom move method.
_______________________________________________
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/BGNC7ULADNO7FWIF6XUH6NL6433URPFV/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to