Jason Chu <[EMAIL PROTECTED]> writes:

> I just figured doing this in every case would probably make things more
> consistent.  Then, if I have an Int() validator, I'll know that d['value']
> will *always* be an int.

Another option is always "casting" the value to an int using
int(d['value'])... 

-- 
Jorge Godoy      <[EMAIL PROTECTED]>

Attachment: pgpvEWE04yAD1.pgp
Description: PGP signature

Reply via email to