]> 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:55:06 +0000 (14:55 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 25 Jul 2015 11:55:06 +0000 (14:55 +0300)
commit940d69d4441393fc15f3418364d305cd683ad983
treed5ecc72637dfabb4080fb8c5f3ba1e1e338142fe
parentbf1d4b6d7d3a997402535b4ab960b9373570a546
parent5a294d822b7f5732135662907ec1a1d4a7b0fc9a
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