-
-
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
Refactoring functions and Fix Code Expression #73
Conversation
Refactor Multipart of Functions and Fix the range(x)
Wow, thanks for the contribution, I very much appreciate your enthusiasm! However, there are two issues:
|
@mcmtroffaes I agree with the same idea in this issue #71!
|
Yes, going forward, maybe that could be a future role for pathlib2 if that's desired and agreed. However, I'm definitely not the right person to shepherd such developments. The point I want to get across is that historically that's not been the case and it's been an explicit "goal" of the project not to add features that weren't in cpython: pathlib has been the upstream for pathlib2, not the other way around. |
my 'vision' is for this project to generally follow the example of contextlib2, eg just copy/paste updates from cpython's 'main' branch and have a minimal diff to make it work on the oldest supported (currently py3.6+) python Historically contextlib2 was the upstream and stdlib contextlib was the downstream, but this has now mostly reversed see jazzband/contextlib2#31 |
Sounds good, @graingert. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we can close this (in favour of #75)?
Hello @mcmtroffaes 👋🏻
I just refactor some functions in the code itself and edit the test relate to testing the pathlib.
range(0, x)
withrange(x)
.