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

Project is stale #89

Open
jaraco opened this issue Feb 4, 2024 · 0 comments
Open

Project is stale #89

jaraco opened this issue Feb 4, 2024 · 0 comments

Comments

@jaraco
Copy link

jaraco commented Feb 4, 2024

Today I needed pathlib.Path.with_stem(), which was introduced in Python 3.9 but my projects still support Python 3.8. I saw that this project advertised compatibility with future Python versions, so I was hopeful it would fix the issue, but it doesn't:

 ~ @ pip-run pathlib2
Python 3.12.1 (main, Dec  7 2023, 20:45:44) [Clang 15.0.0 (clang-1500.1.0.2.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pathlib2
>>> pathlib2.Path('foo/bar.baz').with_stem('bing')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'PosixPath' object has no attribute 'with_stem'

I can see that with_stem exists in the code base, but there just haven't been any releases since.

I see in #70 that the project was on the verge of cutting a release. Are there still plans to cut a release of the committed code? If not, maybe consider updating the readme to indicate the status.

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

1 participant