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

Some py.path -> pathlib conversions #7619

Merged
merged 4 commits into from
Aug 7, 2020

Commits on Aug 6, 2020

  1. pathlib: add analogues to py.path.local's bestrelpath and common

    An equivalent for these py.path.local functions is needed for some
    upcoming py.path -> pathlib conversions.
    bluetech committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e0d0951 View commit details
    Browse the repository at this point in the history
  2. pathlib: add absolutepath() as alternative to Path.resolve()

    Didn't call it absolute or absolute_path to avoid conflicts with
    possible variable names.
    
    Didn't call it abspath to avoid confusion with os.path.abspath.
    bluetech committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    9e55288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f3ad1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8c4e03 View commit details
    Browse the repository at this point in the history