-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Fixed #20746 -- Removed Python 2.6 specific code/docs #1356
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
No longer needed with the drop of Python 2.6 support.
…on 2.6 is not supported.
django/utils/itercompat.py
Outdated
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.
Shouldn't this be return isinstance(x, collections.Iterator)
instead? Actually we should replace all reference to this function by a collection.Iterator
instance check.
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.
done
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'm not sure that this admonition should be removed. AFAIK the situation is unchanged, apart that a Jython 2.7 beta is now available.
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.
My thought was that by the time Django 1.7 is released, it will have been in the docs for 2 releases and probably no longer needed. Don't really care though.
Besides the two comments above, this looks good, thank you! |
merged in 2456ffa |
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.
Hooray!
No description provided.