After the line cmail = validators.Email(not_empty=True), The value of cmail is (validators.Email(not_empty=True),) : it's a tuple. That's why it's ignored during the validation.
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/T7ANXrXcy4oJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
