On 03/01/12 16:51, Remi Jolin wrote:
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)

the patch is in the trunk. thanks!

burak

_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to