Skip to content

Migrate from os.path to pathlib.Path #2410

Description

@mdboom

os.path is an old API that is soft-deprecated in favor of the type-safe pathlib.Path API.

We should migrate to using pathlib.Path everywhere internally, with care being take to ensure that we still accept strings everywhere we currently do so as not to break public API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions