Skip to content

.next() has been deprecated in Python 3. - #53

Merged
yasoob merged 1 commit into
yasoob:masterfrom
cldershem:fixNext
Aug 22, 2015
Merged

.next() has been deprecated in Python 3.#53
yasoob merged 1 commit into
yasoob:masterfrom
cldershem:fixNext

Conversation

@cldershem

Copy link
Copy Markdown
Contributor

In Python 3 the method .next() has been deprecated in favor of a built-in
next(). The built-in was introduced in 2.6, and therefore, compatible with
most Python installs.

In Python 3 the method `.next()` has been deprecated in favor of a built-in
`next()`.  The built-in was introduced in 2.6, and therefore, compatible with
most Python installs.
@yasoob

yasoob commented Aug 20, 2015

Copy link
Copy Markdown
Owner

Could you kindly add a deprecation notice below it as well? Otherwise, your PR looks good! :)

yasoob added a commit that referenced this pull request Aug 22, 2015
`.next()` has been deprecated in Python 3.
@yasoob
yasoob merged commit 3bdddad into yasoob:master Aug 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants