Skip to content

Py 3.4 and StringIO #11

@matteoferla

Description

@matteoferla

Not an issue, but a note.
StringIO is changed in Python 3.4 due to unicode upgrades, but the script run fine when changed the code.

from io import StringIO
#three instances of its use to:
sio = StringIO()

Great tool btw!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions