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

support Path objects #20

Closed
ktarplee opened this issue Jan 5, 2019 · 2 comments
Closed

support Path objects #20

ktarplee opened this issue Jan 5, 2019 · 2 comments

Comments

@ktarplee
Copy link

ktarplee commented Jan 5, 2019

The file path in get(), set(), list(), ... should support pathlib's Path objects in python 3

Current you get this error

TypeError: argument must be string or int
iustin added a commit that referenced this issue Nov 25, 2019
Bump minimum Python version to 3.4, which covers e.g. in Debian even
old-old-stable (Jessie), which is good enough.

This will allow code simplification and supporting new
features (e.g. to implement #20).
@iustin iustin closed this as completed in 05bcf67 Nov 26, 2019
@iustin
Copy link
Owner

iustin commented Nov 26, 2019

I'll make a release in the next couple of weeks that includes this.

@iustin
Copy link
Owner

iustin commented Nov 26, 2019

Actually, released and up on pypi.

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

2 participants