[issue39390] shutil.copytree - 3.8 changed argument types of the ignore callback

Giampaolo Rodola' report at bugs.python.org
Fri Jan 24 09:59:56 EST 2020


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

For completeness, a similar problem is present also on python < 3.8 if passing a pathlib.Path type as *src*: the callback function will receive a pathlib.Path type once, and then string types.

----------

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


More information about the Python-bugs-list mailing list