T0ha / ezodf

ezodf is a Python package to create new or open existing OpenDocument (ODF) files to extract, add, modify or delete document data, forked from dead project https://bitbucket.org/mozman/ezodf
Other
61 stars 23 forks source link

Use cStringIO as default but keep StringIO as optional #18

Closed chfw closed 7 years ago

chfw commented 8 years ago

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 commented 8 years ago

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

chfw commented 7 years ago

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

T0ha commented 7 years ago

Thank you! Sorry for long response time.

chfw commented 7 years ago

Cheers! Looking forward to its next pypi release.