You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior is that equals(None, None) is False. It is listed this way in the docstring. But this doesn't make sense (unless I'm misunderstanding), it seems like for this special case, it should always be `True'.
Current behavior is that
equals(None, None)isFalse. It is listed this way in the docstring. But this doesn't make sense (unless I'm misunderstanding), it seems like for this special case, it should always be `True'.