[Python-projects] [ANN] logilab-common 0.19.2

skip at pobox.com skip at pobox.com
Tue Sep 26 16:13:14 CEST 2006


    Sylvain> * optik_ext: make it works if mx.DateTime is not installed, in
    Sylvain>   which case the date type option won't be available

Given that Python's datetime module has been around since Python 2.3,
wouldn't it be better to try for it first, then fall back to mx.DateTime if
it's not found?  I only glanced briefly at my colleague's traceback, but I
seem to recall the use of mx.DateTime was pretty simple.

Skip



More information about the Python-Projects mailing list