Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Implement built-in function next #469

Merged
merged 1 commit into from
Mar 22, 2017

Conversation

abonie
Copy link
Contributor

@abonie abonie commented Mar 19, 2017

This is in regard to #47
next implemented by trying to call __next__ method of passed object.
3 test cases still marked as expect to fail:
Two test cases (test_set and test_frozenset) fail due to existing bug with __next__ #467
One test case (test_next_exhausted_without_default) fails because of #468

`next` implemented by trying to call `__next__` method of
passed object.
Few test cases still fail due to existing bug with __next__
@abonie abonie changed the title Implement built-in function next #47 Implement built-in function next Mar 19, 2017
Copy link
Member

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 🐮

@freakboy3742 freakboy3742 merged commit 1f1a5dd into beeware:master Mar 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants