formencode validator DateConverter in 1.2

"Michael van Tellingen" <[email protected]> Fri, 9 Jan 2009 11:25:10 +0100
Newsgroups gmane.comp.python.formencode
Message-ID <[email protected]>
Hello everyone,

I always use the DateConverter for validating dates in my formencode
schemas. However i've recently tried upgrading to
formencode 1.2 but unfortunatly it doesn't support dashes as separators
anymore.

To summarize; the following did work in 1.1 but doesn't in 1.2:
validators.DateConverter(month_style='dd-mm-yyyy')

The offending code in 1.2 is:

    def __init__(self, *args, **kw):
        super(DateConverter, self).__init__(*args, **kw)
        if not self.month_style in ('dd/mm/yyyy', 'mm/dd/yyyy'):
            raise TypeError("Bad month_style: %r" % self.month_style)

Is it possible that this get's fixed in the trunk? Thanks ;-)


Regards,
Michael van Tellingen

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB

_______________________________________________
FormEncode-discuss mailing list
FormEncode-discuss-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/formencode-discuss