[go: nahoru, domu]

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-73991: Support copying directory symlinks on older Windows #120807

Merged
merged 2 commits into from
Jul 3, 2024

Commits on Jun 20, 2024

  1. pythonGH-73991: Support copying directory symlinks on older Windows

    Check for `ERROR_INVALID_PARAMETER` when calling `_winapi.CopyFile2()` and
    raise `UnsupportedOperation`. In `Path.copy()`, handle this exception and
    fall back to the `PathBase.copy()` implementation.
    barneygale committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9ebc001 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Address review comments

    barneygale committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    09e3601 View commit details
    Browse the repository at this point in the history