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

BUG: Removes iteration over locals (no-no) in mathtext #2926

Merged
merged 1 commit into from Apr 3, 2014

Conversation

cimarronm
Copy link
Contributor

Addresses issue #2925

if hasattr(self, key):
val.setParseAction(getattr(self, key))
for key, val in vars(p).items():
if not key.startswith('_'):
Copy link
Member

Choose a reason for hiding this comment

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

This is an unnecessary addition.

@pelson
Copy link
Member

pelson commented Mar 25, 2014

👍 LGTM

@mdboom
Copy link
Member

mdboom commented Mar 25, 2014

Thanks. This looks fine. I only wish I knew why this suddenly started to fail...

@takluyver
Copy link
Contributor

Is it worth investigating why the test suite wasn't picking up the bug? That suggests there may be a problem with the tests.

@tacaswell tacaswell added this to the v1.4.0 milestone Mar 25, 2014
tacaswell added a commit that referenced this pull request Apr 3, 2014
BUG: Removes iteration over locals (no-no) in mathtext
@tacaswell tacaswell merged commit 732f38a into matplotlib:master Apr 3, 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.

None yet

5 participants