Updates:
Status: Fixed
Comment #10 on issue 1982 by [email protected]: use is None instead of ==
None
http://code.google.com/p/sympy/issues/detail?id=1982
All cases of ==/!= None have been changed with the pep8/autopep8 tools. A
note about "foo == True/False": this is equivalent to "(foo is True/False
or foo == 1/0)". All those changes have been made, too, assuming (and only
failing in one place) that "foo is True/False" is all that was meant.
Whenever a commit is being added from now on with "== True/False" the
question should be asked which syntax was intended.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.