Uh oh!
There was an error while loading. Please reload this page.
bpo-20849: allow existing directory in shutil.copytree - #2977
Conversation
This is a legacy thing that wasn't updated with https://docs.python.org/3/library/os.html#os.makedirs
olivier-grech
commented
Feb 1, 2018
Should not we update the docstring too? Especially the |
matrixise
commented
Feb 1, 2018
make sense |
jnnnnn
commented
Mar 15, 2018
I need this! |
ned-deily
commented
Jun 7, 2018
@ofek Thanks for the PR and sorry that it has languished. But the PR cannot be accepted as is for two reasons: one, it ignores the discussion on the bug tracker about why changing the semantics of |
jab
commented
Aug 16, 2018
Hi @ned-deily, I picked this back up in #8792 and addressed the outstanding concerns here. |
This is a legacy thing that wasn't updated with https://docs.python.org/3/library/os.html#os.makedirs
https://bugs.python.org/issue20849
Let us not bikeshed this time!