Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyCompatibilityInspection
/
binaryExpression.py
blob: 42338d8e8fb59bb1387b93df096e8aff3281d0c6 [
file
] [
log
] [
blame
]
print
(<
warning descr
=
"Python version 3.0, 3.1, 3.2, 3.3 do not support <>, use != instead."
>
a
<>
b
</
warning
>)
if
<
warning descr
=
"Python version 3.0, 3.1, 3.2, 3.3 do not support <>, use != instead."
>
a
<>
2
</
warning
>:
var
=
a