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

Fixed a bug with the implementation of Mapping.__iter__ #367

Merged
merged 1 commit into from
Sep 4, 2014

Conversation

ericmoritz
Copy link
Contributor

Mapping.iter iterates over the keys not the values. This bugs
caused Mapping.items() to malfunction.

Mapping.__iter__ iterates over the keys not the values.  This bugs
caused Mapping.items() to malfunction.
@seancribbs
Copy link

👍 2301c9a

borshop added a commit that referenced this pull request Sep 4, 2014
Fixed a bug with the implementation of Mapping.__iter__

Reviewed-by: seancribbs
@seancribbs
Copy link

@borshop merge

@borshop borshop merged commit 2301c9a into basho:master Sep 4, 2014
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.

3 participants