+1 Cool! But we need to take the bad note too...
>> However, you will notice that there is another method in there: >> system.methodSignature(). This would show the signature of the method (i.e. >> concat(str1, str2, str3=''), however, it seems that web2py's XMLRPC server >> implementation (or SimpleXMLRPCServer.py) doesn't support this, as it >> returns 'signatures not supported' whenever you try to call this method. >> This has to be fixed?! mic