Comment 22 for bug 1280100

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/73911
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=0077f4afc2cc23fc0e9682c950cffbaed1e9befc
Submitter: Jenkins
Branch: master

commit 0077f4afc2cc23fc0e9682c950cffbaed1e9befc
Author: He Yongli <email address hidden>
Date: Mon Feb 17 13:15:40 2014 +0800

    Use six.StringIO/BytesIO instead of StringIO.StringIO

    to keep Python 3.x compatibility, use six.StringIO/BytesIO to
    replace StringIO.StringIO

    StringIO works for unicode
    BytesIO works for bytes

    Change-Id: Icffbbc8b1fcbf2003f7206530c4cd13fd376a59a
    Closes-Bug: #1280100