Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyCompatibilityInspection
/
withStatement.py
blob: a5d7fb211bad4b86ba73eb803414372232c7b5c9 [
file
] [
log
] [
blame
]
<
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
>