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

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

Open
ryanskeith opened this issue Jan 11, 2023 · 1 comment
Open

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

ryanskeith opened this issue Jan 11, 2023 · 1 comment
Assignees

Comments

@ryanskeith
Copy link
Contributor

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.

@schuylermartin45
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants