Changes between Version 1 and Version 2 of XML-RPC


Ignore:
Timestamp:
May 24, 2006, 3:32:50 PM (18 years ago)
Author:
brendan.mcadams@…
Comment:

Typo fixed

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v1 v2  
    6464                        # returns "signatures not supported"... :(
    6565                        # but, in an ideal world it will tell users what args are expected
    66                         sig = dispatcher.system_methodSignature(method),
     66                        sig = dispatcher.system_methodSignature(method)
    6767
    6868                        # this just reads your docblock, so fill it in!
Back to Top