Files
openide/python/resources/inspectionDescriptions/PyRaisingNewStyleClassInspection.html
T

7 lines
220 B
HTML

<html>
<body>
This inspection detects attempts to raise a new-style class as an exception in projects with
language level less than 2.5. Raising new-style classes is only supported in Python 2.5
or later.
</body>
</html>