Issue #12715: Add an optional symlinks argument to shutil functions (copyfile,...
Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). When that parameter is true, symlinks aren't dereferenced and the operation instead acts on the symlink itself (or creates one, if relevant). Patch by Hynek Schlawack.
Showing
This diff is collapsed.
Please register or sign in to comment