Skip to content

Feature Request: Move os.path to newer pathlib calls #177

Open
@ryanskeith

Description

@ryanskeith

pathlib can replace the functionality of os.path. It is a newer interface to all things path and I believe it to have a better and more Pythonic API than os.path.

As we don't have any constraints on Python versions or legacy code, I propose we move to the newer interface internally.

Activity

schuylermartin45

schuylermartin45 commented on Nov 7, 2023

@schuylermartin45
Collaborator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @ryanskeith@schuylermartin45@psteyer

      Issue actions

        Feature Request: Move os.path to newer pathlib calls · Issue #177 · anaconda/anaconda-linter