Skip to content

A note for xrange() use in Python 3. Issue #665#669

Merged
kennethreitz merged 2 commits into
realpython:masterfrom
kuldeeps48:master
Jan 30, 2016
Merged

A note for xrange() use in Python 3. Issue #665#669
kennethreitz merged 2 commits into
realpython:masterfrom
kuldeeps48:master

Conversation

@kuldeeps48

Copy link
Copy Markdown
Contributor

Deprecated xrange() in Python 3
Reverted back previous commit of changing xrange. Added a note instead.

Since xrange no longer works in python3
Python 3 does not have xrange(). Uses range() instead.
@kuldeeps48 kuldeeps48 changed the title A note for xrange() use in Python 3. Ussue #665 A note for xrange() use in Python 3. Issue #665 Jan 26, 2016
@kennethreitz

Copy link
Copy Markdown
Contributor

✨ 🍰 ✨

kennethreitz added a commit that referenced this pull request Jan 30, 2016
A note for xrange() use in Python 3. Issue #665
@kennethreitz kennethreitz merged commit 1255d8f into realpython:master Jan 30, 2016
@kuldeeps48

Copy link
Copy Markdown
Contributor Author

Woohoo! First merge ever. Thank you!

@kennethreitz

Copy link
Copy Markdown
Contributor

@kuldeeps48 congrats! and no, thank you ;)

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