[Soap-Python] rpclib Date issue

Burak Arslan burak.arslan at arskom.com.tr
Fri Mar 2 17:28:58 CET 2012


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
> Soap at python.org
> http://mail.python.org/mailman/listinfo/soap



More information about the Soap mailing list