Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>