StandardError raises NameError in Python3
Bug #1595830 reported by
Yafei Yu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Won't Fix
|
Undecided
|
Unassigned | ||
daisycloud-core |
New
|
Undecided
|
Unassigned |
Bug Description
It raises NameError: name 'StandardError' is not defined in Python3.
class TimeoutError(
pass
Traceback (most recent call last):
File "Z:/test_py3.py", line 1, in <module>
class TimeoutError(
NameError: name 'StandardError' is not defined
Changed in nova: | |
assignee: | nobody → Bin Zhou (binzhou) |
Changed in daisycloud-core: | |
assignee: | nobody → Ji.Wei (jiwei) |
tags: | added: python3 |
Changed in daisycloud-core: | |
assignee: | Ji.Wei (jiwei) → nobody |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/333802
Review: https:/