From: Leandro Lucarella Date: Wed, 25 Jun 2008 03:12:41 +0000 (-0300) Subject: Add common Int related validators (refs #20) X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/cfd04e3240085f95fd7e2fd7f48f57ecf2a5989e?ds=sidebyside;hp=cfd04e3240085f95fd7e2fd7f48f57ecf2a5989e Add common Int related validators (refs #20) Is very common to validate a number that must be in the range of an (unsigned) integer of 8/16/32/64 bits. Int8, UInt8, Int16, UInt16, Int32, UInt32, Int64 and UInt64 are provided for that. ---