-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Support Path objects for import / export functions #774
Labels
duplicate
This issue or pull request already exists
Milestone
Comments
Duplicate of #685. Seems that there was no objection when it was brought up earlier; a PR would be fantastic, I'm sure :) |
@roipoussiere I support this idea, PR would be very welcome |
+1 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python's builtin pathlib normalizes path functions with an object-oriented Path object.
I could be very practical if all import and export functions could support Path objects for each argument involving a path.
I can make a PR for this if you agree.
The text was updated successfully, but these errors were encountered: