4.1.0 - `validate` instance/subclass fix
assert_instance_ofandassert_subclass_of(used in thevalidateinline entry point) fixed so as to supportEnumtypes. Fixed #28. Important: onlytupleare now supported when several types are provided invalidate'sinstance_ofandsubclass_ofarguments. This is to has a closer behaviour to the python stdlib.
See documentation page for details.