Add symlinks option at shutil.move parameters
Dec. 18, 2019
1:53 p.m.
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.
1857
Age (days ago)
1857
Last active (days ago)
1 comments
1 participants
participants (1)
-
Namjun Kim