get the mx package here: http://www.egenix.com/files/python/eGenix-mx-Extensions.html#Download-mxBASE ========================================= >>> import mx.DateTime >>> print mx.DateTime.DateTime(2004,2,31) # Feb. 31? Traceback (most recent call last): File "<stdin>", line 1, in ? mx.DateTime.RangeError: day out of range: 31 >>>
-- http://mail.python.org/mailman/listinfo/python-list