kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

datetime conversion type changed #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
changed in in 22d69cd0e450 ( 
http://code.google.com/p/pysimplesoap/source/detail?r=22d69cd0e45071cf70956d3ddf
0acb376b785f6c )

To support python 2.4. But this changed the returned type of the conversion 
(time.time_struct instead of datetime.datetime).

This also broke unittest 
tests.simplexmlelement_test:TestSimpleXMLElement.test_basic where a datetime is 
unmarshalled

Suggestion for an alternative solution attached as patch. But I don't even have 
a python24 installed anymore, so could not test this.

Original issue reported on code.google.com by jor...@gmail.com on 24 Apr 2012 at 7:58

Attachments:

GoogleCodeExporter commented 8 years ago
Hi jor123, I've given commit access.

Please fell free to apply the patch to solve the issue, but please if you can 
test it on python 2.4

Thanks

Original comment by reingart@gmail.com on 25 Apr 2012 at 6:25

GoogleCodeExporter commented 8 years ago
Resolved.

Original comment by ma...@matee.net on 9 May 2012 at 2:23