mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
- Drop support for python 3.5 & 3.6 in compatibility inspection - Fix and remove some outdated tests - Remove xmls for long-unsupported python 2.6 & 3.5 - Regenerate versions.xml - Remove mentions of OS-specific modules GitOrigin-RevId: 3265dd1de8a4f7a41119e10c95bb705ca5845efe
8 lines
513 B
Python
8 lines
513 B
Python
class A(B):
|
|
def __init__(self):
|
|
<warning descr="Python version 2.7 does not support this syntax. super() should have arguments in Python 2">super()</warning>
|
|
|
|
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 do not have method cmp">cmp()</warning>
|
|
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 do not have method reduce">reduce()</warning>
|
|
|
|
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 do not have method buffer">buffer()</warning> |