Issue975763
Created on 2004-06-19 06:35 by brett.cannon, last changed 2005-01-08 12:33 by jlgijsbers.
|
msg21224 - (view) |
Author: Brett Cannon (brett.cannon) |
Date: 2004-06-19 06:35 |
|
shutil.copytree uses os.mkdir instead of os.mkdirs for creating the
new destination directory. Any reason why it doesn't use
os.mkdirs? If there is the docs should be made more specific in
stating that it will not create intermediate directories for the
destination.
|
|
msg21225 - (view) |
Author: Johannes Gijsbers (jlgijsbers) |
Date: 2005-01-08 12:33 |
|
Logged In: YES
user_id=469548
Fixed by applying patch #1094015.
|
|
| Date |
User |
Action |
Args |
| 2004-06-19 06:35:48 | brett.cannon | create | |
|