Skip to content

Align API with pathlib.Path #185

@jaraco

Description

@jaraco

While this project has a long-established API, it's now at odds with the now more established conventions of the stdlib's pathlib module.

Let's compare the usage of a path.Path object and a pathlib.Path object and determine if it would be possible for path.Path to implement the same interface as pathlib.Path.

For now, path.Path should continue to offer its current interface, but eventually, it should drop support for duplicated functionality.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions