diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-08-10 16:01:47 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-08-10 16:01:47 (GMT) |
commit | f22b62e26137e334e9a0beffd0de531955daf8ce (patch) | |
tree | a98d5fb518d5e09480cb70daea8bfdb62b4b908e /Misc | |
parent | 319163244aa00dd17c021aea0775c94a13bc8c97 (diff) | |
download | cpython-f22b62e26137e334e9a0beffd0de531955daf8ce.zip cpython-f22b62e26137e334e9a0beffd0de531955daf8ce.tar.gz cpython-f22b62e26137e334e9a0beffd0de531955daf8ce.tar.bz2 |
#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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ Core and Builtins Library ------- +- Issue #8112: xlmrpc.server's DocXMLRPCServer server no longer raises an error + if methods have annotations; it now correctly displays the annotations. + - Issue #17998: Fix an internal error in regular expression engine. - Issue #17557: Fix os.getgroups() to work with the modified behavior of |