The set operation difference(X, None) was returning None instead of
returning X, contradicting the docs and common sense. difference(None, X) continues to return None.
Showing
Please register or sign in to comment
returning X, contradicting the docs and common sense. difference(None, X) continues to return None.