distutils.dir_util.copy_tree will be deprecated soon
gruzewski opened this issue · 1 comments
gruzewski commented
distutils.dir_util.copy_tree will be deprecated soon
I was poking around and found that distutils.dir_util
package will be deprecated soon (in Python 3.12). That will block potential upgrade to new Python version. This can be replaced with shutil.copytree
with some minor changes (distutils
version is outputting copied files whereas shutil
is not).
To Reproduce
N/A
Expected behaviour
N/A
Additional context
Add any other context about the problem here.
github-actions commented
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.