Jae
Jae
### Description Would like to see a feature to implement custom validations that could span multiple fields. For example: Let's say you had a vacation start date and vacation end...
Slightly related to this: https://github.com/deactivated/python-iso3166/issues/17 It would be great to see some sort of common name for the countries as well, e.g., "South Korea" for "Korea, Republic of".
https://github.com/percolate/redset/blob/master/redset/locks.py#L60 Because self.timeout is evaluated as `timeout or 10`, if timeout is passed in as 0, 0 is a false-y value, and incorrectly gets set to 10.