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-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. #10320

Merged

Commits on Nov 4, 2018

  1. bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cle…

    …an up.
    
    TemporaryDirectory.cleanup() failed when non-writeable or non-searchable
    files or directories were created inside a temporary directory.
    serhiy-storchaka committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    dcd67c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Fix BSD support.

    serhiy-storchaka committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    7909312 View commit details
    Browse the repository at this point in the history