[issue22132] Cannot copy the same directory structure to the same destination more than once

2014-08-06 Thread Csaba Makara
Csaba Makara added the comment: Sorry for the late answer. It was a direct usage of the dir_utils.copy_tree. I absolutely understand you don't want to touch it. -- ___ Python tracker <http://bugs.python.org/is

[issue22132] Cannot copy the same directory structure to the same destination more than once

2014-08-04 Thread Csaba Makara
New submission from Csaba Makara: If I use the distutils.dir_util.copy_tree to copy the same directory structure multiple times to the same place (even from multiple sources) but I remove and recreate the target_directory before each copy, the following exception accurs: g:\_Programming>