← Back to team overview

yahoo-eng-team team mailing list archive

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

 

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

-- 
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):
  Fix Released

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


References