Modified the lib.arg_check.is_str_or_inst() function to work with Python 3.
Instead of checking for cStringIO.OutputType, which does not exist in Python 3, the argument is simply checked to see if it has a write() method.
Authored by: bugman 2014-10-01
Parent: [r26126]
Child: [r26128]