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 eric.araujo
Recipients elias, eric.araujo, thehesiod
Date 2014-03-07.21:41:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394228510.51.0.166938918356.issue20849@psf.upfronthosting.co.za>
In-reply-to
Content
Contrary to makedirs, there could be two interpretations for exist_ok in copytree: a) if a directory or file already exists in the destination, ignore it and go ahead  b) only do that for directories.

The proposed patch does b), but the cp tool does a).  It’s not clear to me which is best.  Can you start a discussion on the python-ideas mailing list?
History
Date User Action Args
2014-03-07 21:41:50eric.araujosetrecipients: + eric.araujo, elias, thehesiod
2014-03-07 21:41:50eric.araujosetmessageid: <1394228510.51.0.166938918356.issue20849@psf.upfronthosting.co.za>
2014-03-07 21:41:50eric.araujolinkissue20849 messages
2014-03-07 21:41:50eric.araujocreate