[Python-ideas] Add symlinks option at shutil.move parameters

2019-12-18 Thread Namjun Kim
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 devel

[Python-ideas] Add symlinks option at shutil.move parameters

2019-12-18 Thread Namjun Kim
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 ne