[issue13404] Add support for system.methodSignature() to XMLRPC Server

Raymond Hettinger report at bugs.python.org
Mon Nov 14 18:33:42 CET 2011


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

Currently, the server has a stub method that returns: 'signatures not supported'.

Using the inspect module, it shouldn't be difficult to provide function/method signatures for over-the-wire introspection.

----------
components: Library (Lib)
messages: 147623
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Add support for system.methodSignature() to XMLRPC Server
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13404>
_______________________________________


More information about the Python-bugs-list mailing list