]> 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:32 +0000 (14:55 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 25 Jul 2015 11:55:32 +0000 (14:55 +0300)
commit882667203ca638ffce4238740c521c2a8320be09
treeaeba7f3694b25949fa9a20997e7f6656d60f9e0b
parent384d6e5d559133cb4eab0a4005aa49adc9245427
parent940d69d4441393fc15f3418364d305cd683ad983
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.

Patch by Eduardo Seabra and Thomas Kluyver.
Misc/NEWS