On Wed, Dec 18, 2019 at 01:48:22PM -0000, Namjun Kim wrote: > I think shutil.move method should provide a symlinks parameter.
What will it do? What behaviour will it change? Please be precise: what values does the parameter take, what is the default (if any), what effect does it have. You have probably been thinking hard about this for a while, but we haven't been, and what might be obvious to you may not be obvious to everyone. It certainly isn't obvious to me. If I were going to guess what this did, I'd guess that it did the same thing as the symlink option to the Unix 'mv' command, except that the 'mv' command doesn't have a symlink paramater. -- Steven _______________________________________________ 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/E5QTNJYZLMMSDVZLJWAIZBULW5QB2CTG/ Code of Conduct: http://python.org/psf/codeofconduct/