Hello, I think there is a bug in the rpclib.model.primitive.Date class : from_string result should be
datetime.date(int(fields['year']), int(fields['month']), int(fields['day'])) (missing int() for all params) _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
