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

Add support to python Path-like objects #199

Open
diraol opened this issue May 4, 2017 · 3 comments
Open

Add support to python Path-like objects #199

diraol opened this issue May 4, 2017 · 3 comments

Comments

@diraol
Copy link

diraol commented May 4, 2017

In order to better support python 3.6, it would be nice to support Path-like objects instead of only strings on the "path" arguments/attributes.

https://docs.python.org/3/library/pathlib.html

@asottile
Copy link
Member

asottile commented May 4, 2017

We welcome pull requests if you'd like to take a first stab at this :)

@diraol
Copy link
Author

diraol commented May 4, 2017

I'll try to work on it, but probably only on next week ;)

@dahlia
Copy link
Member

dahlia commented May 5, 2017

We might be possible to utilize os.fspath() (introduced by PEP 519).

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

No branches or pull requests

3 participants