[issue35648] Add use_srcentry parameter to shutil.copytree()

Giampaolo Rodola' report at bugs.python.org
Sat Feb 23 12:17:38 EST 2019


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

It turns out that's a bug I introduced in PR-7874. I'm providing:
https://github.com/python/cpython/pull/11997
...which fixes it without introducing a new parameter. I also verified that monkey patching shutil.copy2 and shutil.copy doesn't cause any issue.

----------
nosy: +giampaolo.rodola
pull_requests: +12026
stage: resolved -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35648>
_______________________________________


More information about the Python-bugs-list mailing list