Yeah thanks for pointing that out :D, that had me so lost I didn't see the , .
On Tue, Jul 5, 2011 at 12:55 AM, Georges Dubus <[email protected] > wrote: > 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. > -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. 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.
