]> granicus.if.org Git - python/commit
Issue #9993: When the source and destination are on different filesystems,
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 6 Jan 2012 19:16:19 +0000 (20:16 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 6 Jan 2012 19:16:19 +0000 (20:16 +0100)
commit0a08d7a09537b2ccfc93c5a81bd36cf5f1b1e92d
tree21e3d955272e135012cccdd18bc909b088da8c34
parentdeec7566ae4905ec4b61495bbeb06adaa98f70ef
Issue #9993: When the source and destination are on different filesystems,
and the source is a symlink, shutil.move() now recreates a symlink on the
destination instead of copying the file contents.
Patch by Jonathan Niehof and Hynek Schlawack.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/ACKS
Misc/NEWS