ave-satan

Results 3 comments of ave-satan

Revoking approval works the same way

I agree on what @asvetlov is talking about. Rather than doing something like this: ```python import trafaret as t try: t.Int(gt=5, lt=10).check(some_var) except t.TooShortError: message = 'not big enough' except...

OK, I'll take some time to think through everything posted here and will make a PR towards version2 branch hopefully soon.