← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1351973] [NEW] re-raising exceptions in a non-compatible way with Python 3

 

Public bug reported:

Horizon's source code is re-raising exceptions using the deprecated
syntax `raise exc_type, exc_value, exc_traceback`, to make the source
code compatible with Python 2 and Python 3, Horizon should user
`six.reraise()`.

** Affects: horizon
     Importance: Undecided
     Assignee: Felipe Reyes (freyes)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Felipe Reyes (freyes)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1351973

Title:
  re-raising exceptions in a non-compatible way with Python 3

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Horizon's source code is re-raising exceptions using the deprecated
  syntax `raise exc_type, exc_value, exc_traceback`, to make the source
  code compatible with Python 2 and Python 3, Horizon should user
  `six.reraise()`.

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


Follow ups

References