← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1279611] [NEW] urlparse is incompatible for python 3

 

Public bug reported:

import urlparse

should be changed to :
import six.moves.urllib.parse as urlparse

for python3 compatible.

** Affects: neutron
     Importance: Undecided
     Assignee: Yongli He (yongli-he)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Yongli He (yongli-he)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1279611

Title:
   urlparse is incompatible for python 3

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  import urlparse

  should be changed to :
  import six.moves.urllib.parse as urlparse

  for python3 compatible.

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


Follow ups

References