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 thehesiod
Recipients thehesiod
Date 2014-03-04.04:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
it would be REALLY nice (and REALLY easy) to add a parameter: exist_ok and pass this to os.makedirs with the same parameter name so you can use copytree to append a src dir to an existing dst dir.
History
Date User Action Args
2014-03-04 04:55:22thehesiodsetrecipients: + thehesiod
2014-03-04 04:55:22thehesiodsetmessageid: <[email protected]>
2014-03-04 04:55:21thehesiodlinkissue20849 messages
2014-03-04 04:55:20thehesiodcreate