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

Use cStringIO as default but keep StringIO as optional #18

Merged
merged 11 commits into from
Mar 13, 2017

Conversation

chfw
Copy link
Contributor

@chfw chfw commented Jun 2, 2016

It was claimed that cStringIO is faster than StringIO. Hence it would be beneficial to use cStringIO as default and keep StringIO as optional for the freedom of developer.

3 extra test cases was created under Python 2.x in order to test both StringIO and cStringIO in this PR.

@T0ha
Copy link
Owner

T0ha commented Jul 6, 2016

Thank you for help, chew. I'm currently a bit busy. I'll check and merge you request in meantime.

chfw added a commit to pyexcel/pyexcel-io that referenced this pull request Jul 8, 2016
@chfw
Copy link
Contributor Author

chfw commented Jan 12, 2017

Time flies. It's now 2017. Happy new year! Any plan to merge my PR?

@T0ha T0ha merged commit f9675c1 into T0ha:master Mar 13, 2017
@T0ha
Copy link
Owner

T0ha commented Mar 13, 2017

Thank you! Sorry for long response time.

@chfw
Copy link
Contributor Author

chfw commented Mar 13, 2017

Cheers! Looking forward to its next pypi release.

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

2 participants