summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-08-10 16:01:47 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-08-10 16:01:47 (GMT)
commitf22b62e26137e334e9a0beffd0de531955daf8ce (patch)
treea98d5fb518d5e09480cb70daea8bfdb62b4b908e /Misc
parent319163244aa00dd17c021aea0775c94a13bc8c97 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d6a645d..635a925 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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