Skip to content

1.62 delete() returns 0 for NOT_FOUND or server error (consistent with docstring)

Latest

Choose a tag to compare

@linsomniac linsomniac released this 14 Jan 15:55
· 10 commits to master since this release

delete() return value now is 1 for "DELETED" and 0 for "NOT_FOUND" or server error. (Nick Pope PR #190)
This is consistent with the docstring.