Treat not
operator as logical not #551
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#551
Loading…
Reference in New Issue
No description provided.
Delete Branch "occheung/nac3:logical-not"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
not
operator in Python should report if the given integer is a non-zero, instead of performing bitwise not operation.Essentially reverts a portion of
92d6f0a
. We have the invert unary op for bitwise not.