Skip to content

Fix: make TaggedValue iterable on Python 3. Use consistent indentation #574

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

Merged
merged 2 commits into from
Nov 16, 2011
Merged

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Nov 9, 2011

This fixes failing bar_demo2.py on Python 3

@mdboom
Copy link
Member

mdboom commented Nov 11, 2011

Looks good. Only one small suggestion -- since next() and __next__() have the same implementation, maybe define only one of the two and then add next == __next__?

mdboom added a commit that referenced this pull request Nov 16, 2011
Fix: make TaggedValue iterable on Python 3. Use consistent indentation
@mdboom mdboom merged commit 656f234 into matplotlib:master Nov 16, 2011
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