mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
7 lines
220 B
HTML
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> |