← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1280100] Re: StringIO.StringIO is incompatible for python 3

 

** Changed in: trove
       Status: Fix Committed => Fix Released

** Changed in: trove
    Milestone: None => juno-1

-- 
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 OpenStack Image Registry and Delivery Service (Glance):
  Fix Released
Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in OpenStack Bare Metal Provisioning Service (Ironic):
  Fix Released
Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in OpenStack Compute (Nova):
  Invalid
Status in Oslo - a Library of Common OpenStack Code:
  Fix Released
Status in Python client library for Neutron:
  Invalid
Status in OpenStack Command Line Client:
  Invalid
Status in Python client library for Tuskar:
  Fix Released
Status in Tempest:
  In Progress
Status in Openstack Database (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