mosquito / aiohttp-xmlrpc

XMLRPC for aiohttp
MIT License
34 stars 19 forks source link

Support strings without type indication #41

Closed mgrrx closed 4 years ago

mgrrx commented 4 years ago

According to the specification in http://xmlrpc.com/spec.md values with omitted types should be treated as strings

mosquito commented 4 years ago

Please add tests for this behavior

mgrrx commented 4 years ago

I just realized that it's still not enough - empty strings are not handled correctly and the client has the same issues…

mgrrx commented 4 years ago

PR is now ready for review

mosquito commented 4 years ago

Great work thank you.

mosquito commented 4 years ago

New version 1.3.0 has been released.