Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-38523: ignore_dangling_symlinks does not apply recursively #22937

Merged

Commits on Oct 24, 2020

  1. bpo-38523: ignore_dangling_symlinks does not apply recursively

    shutil.copytree() now applies the *ignore_dangling_symlinks*
    argument recursively.
    
    Co-Authored-By: Rob Nelson <veaviticus@gmail.com>
    ZackerySpytz and veaviticus committed Oct 24, 2020