deepdiff.py ln:291 "elif t1 is not t2" should be rewritten into "elif t1 != t2" http://stackoverflow.com/questions/1504717/why-does-comparing-strings-in-python-using-either-or-is-sometimes-produce
deepdiff.py ln:291
"elif t1 is not t2" should be rewritten into "elif t1 != t2"
http://stackoverflow.com/questions/1504717/why-does-comparing-strings-in-python-using-either-or-is-sometimes-produce