blueloveTH il y a 1 an
Parent
commit
e51f86c599
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/99_bugs.py

+ 1 - 1
tests/99_bugs.py

@@ -46,7 +46,7 @@ a = object()
 b = object()
 if a is   not b:
     assert True
-if a  is  0:
+if a  ==  0:
     assert False
 
 def g(x):