Files
alexey.ivanov 1b3528f31b Py-698
Inspection to check that comparisons with None are performed with 'is' rather than '=='
2010-03-26 16:32:36 +03:00

18 lines
526 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>test.py</file>
<line>1</line>
<description>Comparison with None performed with equality operators</description>
</problem>
<problem>
<file>test.py</file>
<line>1</line>
<description>Comparison with None performed with equality operators</description>
</problem>
<problem>
<file>test.py</file>
<line>1</line>
<description>Comparison with None performed with equality operators</description>
</problem>
</problems>