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 the pathlib2 when it's available #374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use the pathlib2 when it's available #374

wants to merge 1 commit into from

Conversation

clarete
Copy link

@clarete clarete commented Jun 24, 2018

Now that pathlib is receiving improvements and changes in general, the
backward compatibility layer called `pathlib' was deprecated in favor
of a module with different name that can be installed in
parallel (pathlib2). This change favors importing pathlib2 since
that's most likely only installed in systems that actually require
that to function.

Sorry for the duplication of #355

But I just thought it could be nice to centralize all the try/excepts in one place.

@coveralls
Copy link

coveralls commented Jun 24, 2018

Coverage Status

Coverage increased (+0.02%) to 66.916% when pulling 5a46f98 on clarete:pref-pathlib2 into b08f892 on Kronuz:master.

Now that pathlib is receiving improvements and changes in general, the
backward compatibility layer called `pathlib' was deprecated in favor
of a module with different name that can be installed in
parallel (pathlib2). This change favors importing pathlib2 since
that's most likely only installed in systems that actually require
that to function.
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

Successfully merging this pull request may close these issues.

None yet

2 participants