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

.next() to next() #713

Merged
merged 1 commit into from
Sep 5, 2019
Merged

.next() to next() #713

merged 1 commit into from
Sep 5, 2019

Conversation

maxnbk
Copy link
Contributor

@maxnbk maxnbk commented Sep 4, 2019

consequence of:
https://www.python.org/dev/peps/pep-3114/
next() calls the __next__() method that .next() was moved to, so is the py2/py3 compatible route to use.

@maxnbk maxnbk added the topic:py3 Python 3 label Sep 4, 2019
@maxnbk maxnbk requested a review from nerdvegas September 4, 2019 16:47
@nerdvegas nerdvegas merged commit a0a936f into master Sep 5, 2019
@bpabel bpabel deleted the maxnbk/feat-py3-next branch January 19, 2023 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:py3 Python 3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants