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

GH-74033: Drop deprecated pathlib.Path keyword arguments #118793

Merged
merged 7 commits into from
May 14, 2024

Commits on May 8, 2024

  1. pythonGH-74033: Drop deprecated pathlib.Path() keyword arguments

    Remove support for supplying keyword arguments to `pathlib.Path()`. This
    has been deprecated since Python 3.12.
    barneygale committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2468f33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85eb732 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    92cbfd0 View commit details
    Browse the repository at this point in the history
  2. Fix encoding warnings test

    barneygale committed May 10, 2024
    Configuration menu
    Copy the full SHA
    53783e4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Undo deferred import

    barneygale committed May 14, 2024
    Configuration menu
    Copy the full SHA
    aa6056a View commit details
    Browse the repository at this point in the history
  2. Re-introduce test

    barneygale committed May 14, 2024
    Configuration menu
    Copy the full SHA
    36194a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36bb885 View commit details
    Browse the repository at this point in the history