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

Switch from os.path to pathlib #102

Open
laundmo opened this issue Nov 3, 2020 · 1 comment
Open

Switch from os.path to pathlib #102

laundmo opened this issue Nov 3, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@laundmo
Copy link

laundmo commented Nov 3, 2020

os.path is far inferior and worse to the newer pathlib.

pathlib is a class based way of handling file paths, that works platform independently as it tries to translate paths.

@joegasewicz
Copy link
Owner

Hi @laundmo thanks for pointing this out. These are the changes we would require for the switch:
https://github.com/joegasewicz/flask-file-upload/search?q=os.path

@joegasewicz joegasewicz assigned joegasewicz and laundmo and unassigned joegasewicz Nov 3, 2020
@joegasewicz joegasewicz added the enhancement New feature or request label Nov 3, 2020
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