Files
openide/python/testData/inspections/PyCompatibilityInspection/withStatement.py
T

3 lines
207 B
Python

<warning descr="Python version 2.4 doesn't support this syntax.">with A() as a, <warning descr="Python version 2.5, 2.6, 3.0 do not support multiple context managers">B() as b</warning>:
suite</warning>