-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
COMPAT: drop suppport for python 2.6, #7718 #11988
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
Conversation
any complaints, comments, objections? |
😄 |
oh do I need to things out? |
|
This came up on the scikit-learn mailing list last week. I don't think they've come to a decision yet. If we are approaching a 1.0 this year we should think about what we want to support indefinitely. I think that's an argument for dropping 2.6. Also, dict comprehensions 🙌 |
yes, I need to make an issue for what we want to add (also can use things like |
@kawochen turned out to be 478 lines! (unless I took out too much) |
from collections import OrderedDict, Counter | ||
from collections import OrderedDict, Counter | ||
from operator import itemgetter | ||
from heapq import nlargest |
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.
these two lines can be taken out too
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.
ok
puzzled while |
|
wow, that's an odd place to have it! |
If you search for 26, you will find a few more places that can be tweaked (e.g. windows build script) |
@kawochen thanks. updated |
COMPAT: drop suppport for python 2.6, #7718
bombs away |
closes #8760
closes #7718