Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: 3-arg subtraction was not implemented
The following change allows use of sub like ```py sub(5, 4, 1) #0 ``` We promised customers that we would have this in our initial release, so this is a bug, not an enhancement
- Loading branch information
b2e4436
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any edge cases that I have forgotten? I just tried to follow previous examples of testing. Pardon my python noobiness.