html tags and python

gene.tani at gmail.com gene.tani at gmail.com
Sat Mar 26 06:49:33 EST 2005


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
>>>




More information about the Python-list mailing list