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!