yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56035
[Bug 1280100] Re: StringIO.StringIO is incompatible for python 3
Tempest side is already fixed with the other commit.
** Changed in: tempest
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1280100
Title:
StringIO.StringIO is incompatible for python 3
Status in Cinder:
Fix Released
Status in Glance:
Fix Released
Status in OpenStack Dashboard (Horizon):
Fix Released
Status in Ironic:
Fix Released
Status in neutron:
Fix Released
Status in OpenStack Compute (nova):
Invalid
Status in oslo-incubator:
Fix Released
Status in python-neutronclient:
Invalid
Status in python-openstackclient:
Invalid
Status in python-tuskarclient:
Fix Released
Status in tempest:
Fix Released
Status in OpenStack DBaaS (Trove):
Fix Released
Status in tuskar:
Invalid
Status in tuskar-ui:
Invalid
Bug description:
Import StringIO
StringIO.StringIO()
should be :
Import six
six.StringIO() or six.BytesIO()
StringIO works for unicode
BytesIO works for bytes
For Python3 compatible.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1280100/+subscriptions
References