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 berker.peksag
Recipients berker.peksag, ned.deily, shajunxing
Date 2014-06-13.11:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402658541.74.0.718540192805.issue21697@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch. I'm getting the following error without modify Lib/shutil.py:

======================================================================
ERROR: test_copytree_symbolic_directory (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/berker/projects/cpython-default/Lib/test/test_shutil.py", line 650, in test_copytree_symbolic_directory
    shutil.copytree(src_dir, dst_dir)
  File "/home/berker/projects/cpython-default/Lib/shutil.py", line 342, in copytree
    raise Error(errors)
shutil.Error: [('/tmp/tmpiy30_34s/src/link', '/tmp/tmpiy30_34s/dst/link', "[Errno 21] Is a directory: '/tmp/tmpiy30_34s/src/link'")]
History
Date User Action Args
2014-06-13 11:22:21berker.peksagsetrecipients: + berker.peksag, ned.deily, shajunxing
2014-06-13 11:22:21berker.peksagsetmessageid: <1402658541.74.0.718540192805.issue21697@psf.upfronthosting.co.za>
2014-06-13 11:22:21berker.peksaglinkissue21697 messages
2014-06-13 11:22:20berker.peksagcreate