This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JonathansCorner.com
Recipients JonathansCorner.com, georg.brandl
Date 2009-05-04.19:30:47
SpamBayes Score 2.7998782e-05
Marked as misclassified No
Message-id <1241465449.18.0.71964516838.issue5927@psf.upfronthosting.co.za>
In-reply-to
Content
On http://docs.python.org/library/xmlrpclib.html , 21.23.1, at the end
of ServerProxy.system.methodSignature(name):

If no signature is defined for the method, a non-array value is
returned. In Python this means that the type of the returned value will
be something other that list.

I assume this should be:

If no signature is defined for the method, a non-array value is
returned. In Python this means that the type of the returned value will
be something other than list.

reading 'thaN' for 'thaT' in the second-to-last word?

Jonathan
http://JonathansCorner.com
History
Date User Action Args
2009-05-04 19:30:49JonathansCorner.comsetrecipients: + JonathansCorner.com, georg.brandl
2009-05-04 19:30:49JonathansCorner.comsetmessageid: <1241465449.18.0.71964516838.issue5927@psf.upfronthosting.co.za>
2009-05-04 19:30:48JonathansCorner.comlinkissue5927 messages
2009-05-04 19:30:47JonathansCorner.comcreate