-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
maintainership & project lead #70
Comments
After a gentle nudge from @graingert, I'd volunteer to take over lead responsibilities for |
Thanks so much @hendrikmakait! I'm thrilled to learn that you are willing to step up, and I deeply appreciate it. I'll be happy to help out with reviewing and any other small things you might need, definitely in the year to come. The last Python 2.x version was released, so that means only Python 3.x needs to be supported for pathlib2 going forward. The code was resynced to cpython as part of #75 so the diff should be much smaller than it used to be, making it easier to track cpython. This said, there hasn't been a merge from upstream for quite some time (basically, since #75): in the past I've typically waited until folks posted issues about non-supported features they needed from cpython, but that hasn't happened in a while. It has been surprisingly quiet in terms of issues/PRs. Do you have any specific questions? |
Thanks @mcmtroffaes for the summary! From what I understand, the next step would be to do another sync with CPython and get a release of
I can imagine two reasons for this:
|
That's correct, indeed. The master branch is in a pretty good shape and the port is done, however it's probably good to get it first some real world beta testing since the code has changed a lot: to move to Python 3, the code at the time was copied fresh from cpython, and then any test failures on older Python were fixed one by one. This has resulted in much cleaner code than the old Python 2 codebase.
Yup, I think that sums it up. I expect the package to eventually go the way of the dodo. As pathlib in cpython is now quite mature, and fewer features are being added, the need for pathlib2 is already much less than it used to be. |
Hey - I'm the poor sap maintaining pathlib in CPython nowadays. I'm planning to introduce a new |
Hey there! Many thanks for reaching out. Though I don't have much say here as I'm only the former poor sap maintaining pathlib2, I support either of your suggestions. |
I'll start updating this package once the following changes land in upstream pathlib: |
Hey, I'm afraid I'm no longer planning to update this package. I made an attempt, but backporting recent |
Ok, thanks for letting us know! |
Follow up from #66.
The main activity for pathlib2 is to backport any updates from cpython into this repository, typically a few times a year, with the main development of pathlib happening in upstream cpython. As stated, in the long term, I really would like to stand down as lead maintainer. I'm happy to keep helping along in the background e.g. reviewing PRs and submitting trivial patches if need be.
Is someone interested (e.g. someone who uses pathlib2 in their work) to take on the lead responsibility for this package?
The text was updated successfully, but these errors were encountered: