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

Small bugfixes to the new pickle support. #1191

Merged
merged 1 commit into from Sep 2, 2012

Conversation

pelson
Copy link
Member

@pelson pelson commented Sep 2, 2012

Pickling support (#1175) finally made it onto master. We merged early to avoid major conflicts with such a big PR, therefore this PR implements some of the identified issues.

@@ -11,7 +11,11 @@
import cPickle as pickle
#import pickle

from cStringIO import StringIO
import sys
if sys.version_info[0] >= 3:
Copy link
Member Author

Choose a reason for hiding this comment

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

I've still not tested this, I took the lead from mathtext.py. Hopefully travis-ci will be helpful here.

@travisbot
Copy link

This pull request fails (merged 9a8e4c8e into 92721ed).

@pelson
Copy link
Member Author

pelson commented Sep 2, 2012

So I had a python3 extension to fix test_pickle in this PR. My approach wasn't immediately successful so I backtracked and have simplified this PR to just make this critical pgf fix.

Other PRs to follow.

pelson added a commit that referenced this pull request Sep 2, 2012
Small bugfixes to the new pickle support.
@pelson pelson merged commit cadd152 into matplotlib:master Sep 2, 2012
@travisbot
Copy link

This pull request fails (merged 97b0f8e into 92721ed).

@pwuertz
Copy link
Contributor

pwuertz commented Sep 2, 2012

About that python3 test fix:
https://github.com/pwuertz/matplotlib/commit/8753aaa894c561a8b79dacccc713e7302030fda1

The io module has been introduced in python 2.6, so the fix should be good for all supported versions.

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

3 participants