← Back to team overview

yahoo-eng-team team mailing list archive

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

 

OSC does not make use of StringIO

** Changed in: python-openstackclient
     Assignee: lintan (lintan) => Terry Howe (thowe-g)

** Changed in: python-openstackclient
       Status: New => Invalid

-- 
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 OpenStack Telemetry (Ceilometer):
  New
Status in Cinder:
  New
Status in config:
  New
Status in Gantt:
  New
Status in OpenStack Image Registry and Delivery Service (Glance):
  New
Status in Orchestration API (Heat):
  New
Status in Heat CloudFormation Clients:
  New
Status in Heat API Instance Tools:
  New
Status in OpenStack Dashboard (Horizon):
  New
Status in Ironic (Bare Metal Provisioning):
  New
Status in OpenStack Message Queuing Service (Marconi):
  New
Status in OpenStack Neutron (virtual network service):
  New
Status in OpenStack Compute (Nova):
  New
Status in Oslo - a Library of Common OpenStack Code:
  New
Status in Python client library for Glance:
  New
Status in Python client library for Neutron:
  New
Status in OpenStack Command Line Client:
  Invalid
Status in Python client library for Tuskar:
  New
Status in OpenStack Data Processing (Savanna):
  New
Status in Storyboard database creator:
  New
Status in Tempest:
  New
Status in Trove - Database as a Service:
  New
Status in Tuskar:
  Triaged
Status in Tuskar UI:
  Triaged
Status in Zuul: A project gating system:
  New

Bug description:
  Import StringIO
  StringIO.StringIO()

  should be :
  Import six
  six.StringIO()

  six.StringIO is an alias for StringIO.StringIO in Python 2 and
  io.StringIO in Python3.

  For Python3 compatible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1280100/+subscriptions


References