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

Can pathlib be used for pkg_resources #1457

Closed
thechief389 opened this issue Aug 16, 2018 · 3 comments
Closed

Can pathlib be used for pkg_resources #1457

thechief389 opened this issue Aug 16, 2018 · 3 comments

Comments

@thechief389
Copy link

In Python version 3.4 and higher, there's a new pathlib module that does things similar to how pkg_resources does it.

This could be a good approach to dropping versions 2 and lower. I could've made a pull request instead, but I made this issue in case someone had any opinions about this.

@benoit-pierre
Copy link
Member

With Python 2.7 EOL set to 2020, there's currently no plan to drop support for it.

@jaraco
Copy link
Member

jaraco commented Aug 16, 2018

I've created #1458 to capture the effort to drop support for Python 2.7.

@jaraco
Copy link
Member

jaraco commented Aug 16, 2018

We might consider revisiting this issue in the future once Python 2.7 is no longer supported (on the latest master branch).

@jaraco jaraco closed this as completed Aug 16, 2018
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

3 participants