Skip to content

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

Merged
borshop merged 1 commit into
basho:masterfrom
ericmoritz:typedmapview-iter_bug
Sep 4, 2014
Merged

Fixed a bug with the implementation of Mapping.__iter__#367
borshop merged 1 commit into
basho:masterfrom
ericmoritz:typedmapview-iter_bug

Conversation

@ericmoritz
Copy link
Copy Markdown
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
Copy Markdown

👍 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
Copy Markdown

@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