Skip to content

Fix Python 2 compatibility

Peter Onyisi requested to merge master-py2-stringio into master

StringIO has different semantics in Python 2 and 3

Merge request reports