]> granicus.if.org Git - python/commit
#8112: Update the documenting xmlrpc server to use getfullargspec.
authorR David Murray <rdmurray@bitdance.com>
Sat, 10 Aug 2013 16:01:47 +0000 (12:01 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 10 Aug 2013 16:01:47 +0000 (12:01 -0400)
commitf22b62e26137e334e9a0beffd0de531955daf8ce
treea98d5fb518d5e09480cb70daea8bfdb62b4b908e
parent319163244aa00dd17c021aea0775c94a13bc8c97
#8112: Update the documenting xmlrpc server to use getfullargspec.

Before this patch it would raise an error when trying to display
documentation for a method that used annotations.

Patch by Claudiu Popa.
Lib/test/test_docxmlrpc.py
Lib/xmlrpc/server.py
Misc/NEWS