summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/use-implicit-booleaness-not-comparison/details.rst
blob: 0dc1802459cfc0adc2c692099aa557c16c2ff6ba (plain)
1
2
3
Following this check blindly in weakly typed code base can create hard to debug issues. If the value
can be something else that is falsey but not a sequence (for example ``None``, an empty string, or ``0``),
the code will not be equivalent.