Hello and thanks for the patch. 0.8.8.2 compiles
and runs on OSX opposed to 0.8.8.1.
I'm not sure if this is considered to be an error - at
least it's annoying :
At the moment I use a mix of xmlrpclib(client) and
py-xmrpc(server). The Pythonlab Lib doesn´t
recognise xml-Fault msg's from py-xmlrpc -
actually the lib considers this as a string. I assume
this happens ,because the use of tabs between
the xml-tags. I´ve read some discussion on the
whitespace issue in xml - most people (Dave
Winer / Fredrik Lundh ) consider whitespaces to
be significant , but obviously the spec is not 100%
clear. So, is it possible to convince py-xmlrpc to
stop the indentation of xml-tags ? It will be no
problem to strip the leading whitespaces in
xmlrpclib , but what makes me a headache is the
'actionscript' -lib of the flash-clients - i don't want to
work on this..
thanks, andreas