Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py: use dict getter to retrieve binary
dict.get("foo") defaults to None if key "foo" is not found, which is considered more Pythonic.
- Loading branch information