This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Björn.Dahlgren, Eduardo.Seabra, berker.peksag, ned.deily, puppet, python-dev, shajunxing, takluyver
Date 2015-07-25.11:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150725115615.22219.47350@psf.io>
In-reply-to
Content
New changeset e807f1d81cb6 by Berker Peksag in branch '3.4':
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.
https://hg.python.org/cpython/rev/e807f1d81cb6

New changeset 31f4041b9286 by Berker Peksag in branch '3.5':
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.
https://hg.python.org/cpython/rev/31f4041b9286

New changeset 8f65be73eb3a by Berker Peksag in branch 'default':
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.
https://hg.python.org/cpython/rev/8f65be73eb3a
History
Date User Action Args
2015-07-25 11:56:18python-devsetrecipients: + python-dev, ned.deily, takluyver, berker.peksag, puppet, Eduardo.Seabra, shajunxing, Björn.Dahlgren
2015-07-25 11:56:18python-devlinkissue21697 messages
2015-07-25 11:56:18python-devcreate