I think shutil.move method should provide symlinks option. It's because if the developer wants to move a specific file with metadata, they must be develop their custom move method. (https://github.com/python/cpython/blob/master/Lib/shutil.py#L807)
If shutil.move provide symlinks option, the developer doesn't need to develop the same custom move method and maintain their own metadata. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/77MCFZXYXTKVYEZUIV3PLJILAKXVVMOO/ Code of Conduct: http://python.org/psf/codeofconduct/
