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

Use pathlib instead of working with path names as strings #6

Open
humphd opened this issue Sep 22, 2021 · 0 comments
Open

Use pathlib instead of working with path names as strings #6

humphd opened this issue Sep 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@humphd
Copy link

humphd commented Sep 22, 2021

It's not a good idea to work with paths as regular strings. You have to be careful with lots of cross-platform issues, and all of this has been solved with built-ins like https://docs.python.org/3/library/pathlib.html

@Yoda-Canada Yoda-Canada added the enhancement New feature or request label Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants