if stream is None:
        if encoding is None:
            from StringIO import StringIO
        else:
            from cStringIO import StringIO