Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get() method now returns False instead of None, since the rest of the…
… library returns True and False values
- Loading branch information
89897b4
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.
I think I would have preferred
None
since it's more clear that the requested key has no value, whereasFalse
could be a valid value for a given key.Better yet, PR #23 would have solved this beautifully.