]> granicus.if.org Git - python/commit
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to...
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 25 Jul 2015 11:53:48 +0000 (14:53 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 25 Jul 2015 11:53:48 +0000 (14:53 +0300)
commit5a294d822b7f5732135662907ec1a1d4a7b0fc9a
tree641599f8af6bc9f7879fe73012747e5b41591518
parent7e732a7181ab6debfe5df33bfc29035d522dfef9
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.

Patch by Eduardo Seabra and Thomas Kluyver.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS